pub type TimeStampToken = ContentInfo;Expand description
Time-stamp token.
TimeStampToken ::= ContentInfo
-- contentType is id-signedData ([CMS])
-- content is SignedData ([CMS])Aliased Type§
struct TimeStampToken {
pub content_type: ObjectIdentifier,
pub content: Any,
}Fields§
§content_type: ObjectIdentifier§content: Any