Type Alias EncryptedKey

Source
pub type EncryptedKey = OctetString;
Expand description

The EncryptedKey type is defined in RFC 5652 Section 6.2.

  EncryptedKey ::= OCTET STRING

Aliased Typeยง

pub struct EncryptedKey { /* private fields */ }