TimeStampToken

Type Alias TimeStampToken 

Source
pub type TimeStampToken = ContentInfo;
Expand description

Time-stamp token.

RFC 3161 2.4.2:

   TimeStampToken ::= ContentInfo
     -- contentType is id-signedData ([CMS])
     -- content is SignedData ([CMS])

Aliased Type§

pub struct TimeStampToken {
    pub content_type: ObjectIdentifier,
    pub content: Any,
}

Fields§

§content_type: ObjectIdentifier§content: Any