Struct cryptographic_message_syntax::asn1::rfc5652::DigestedData [−][src]
pub struct DigestedData {
pub version: CmsVersion,
pub digest_algorithm: DigestAlgorithmIdentifier,
pub content_type: EncapsulatedContentInfo,
pub digest: Digest,
}Expand description
Digested data.
DigestedData ::= SEQUENCE {
version CMSVersion,
digestAlgorithm DigestAlgorithmIdentifier,
encapContentInfo EncapsulatedContentInfo,
digest Digest }Fields
version: CmsVersiondigest_algorithm: DigestAlgorithmIdentifiercontent_type: EncapsulatedContentInfodigest: DigestTrait 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 DigestedData
impl Send for DigestedData
impl Sync for DigestedData
impl Unpin for DigestedData
impl UnwindSafe for DigestedData
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
