Type Alias cryptographic_message_syntax::asn1::rfc3161::TimeStampToken
source · pub type TimeStampToken = ContentInfo;
Expand description
Time stamp token.
TimeStampToken ::= ContentInfo
Aliased Type§
struct TimeStampToken {
pub content_type: Oid,
pub content: Captured,
}
Fields§
§content_type: Oid
§content: Captured