Module models

Module models 

Source
Expand description

Provides datatypes which correspond to ASN.1 types.

Structs§

GeneralizedTime
Date and time between 0000-01-01T00:00:00Z and 9999-12-31T23:59:60.999…Z.
ObjectIdentifier
A type that represents object identifiers.
ParseOidError
An error indicating failure to parse an Object identifier
TaggedDerValue
Container for a tag and arbitrary DER value.
UTCTime
Date and time between 1950-01-01T00:00:00Z and 2049-12-31T23:59:59Z. It cannot express fractional seconds and leap seconds. It doesn’t carry timezone information.