Expand description
ASN.1 UTCTime contents. ASN.1 UTCTime values and contents format.
Structs§
- UtcTime
- Represents a parsed ASN.1 UTCTime value (X.680 clause 47). UTCTime consists of a calendar date (YYMMDD), time to a precision of minutes or seconds, and an optional local time differential from UTC.
Constants§
- ASCII_
MINUS - ASCII code for ‘-’
- ASCII_
PLUS - ASCII code for ‘+’
- ASCII_Z
- ASCII code for ‘Z’