Struct cryptographic_message_syntax::asn1::rfc5652::KeyAgreeRecipientInfo [−][src]
pub struct KeyAgreeRecipientInfo {
pub version: CmsVersion,
pub originator: OriginatorIdentifierOrKey,
pub ukm: Option<UserKeyingMaterial>,
pub key_encryption_algorithm: KeyEncryptionAlgorithmIdentifier,
pub recipient_encrypted_keys: Vec<RecipientEncryptedKey>,
}Expand description
Key agreement recipient info.
KeyAgreeRecipientInfo ::= SEQUENCE {
version CMSVersion, -- always set to 3
originator [0] EXPLICIT OriginatorIdentifierOrKey,
ukm [1] EXPLICIT UserKeyingMaterial OPTIONAL,
keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
recipientEncryptedKeys RecipientEncryptedKeys }Fields
version: CmsVersionoriginator: OriginatorIdentifierOrKeyukm: Option<UserKeyingMaterial>key_encryption_algorithm: KeyEncryptionAlgorithmIdentifierrecipient_encrypted_keys: Vec<RecipientEncryptedKey>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for KeyAgreeRecipientInfo
impl Send for KeyAgreeRecipientInfo
impl Sync for KeyAgreeRecipientInfo
impl Unpin for KeyAgreeRecipientInfo
impl UnwindSafe for KeyAgreeRecipientInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
