Struct cryptographic_message_syntax::asn1::rfc5652::EncryptedData [−][src]
pub struct EncryptedData {
pub version: CmsVersion,
pub encrypted_content_info: EncryptedContentInfo,
pub unprotected_attributes: Option<UnprotectedAttributes>,
}Expand description
Encrypted data.
EncryptedData ::= SEQUENCE {
version CMSVersion,
encryptedContentInfo EncryptedContentInfo,
unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }Fields
version: CmsVersionencrypted_content_info: EncryptedContentInfounprotected_attributes: Option<UnprotectedAttributes>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 EncryptedData
impl Send for EncryptedData
impl Sync for EncryptedData
impl Unpin for EncryptedData
impl UnwindSafe for EncryptedData
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
