UTCTime type¶
-
class
pyasn1.type.useful.
UTCTime
(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')¶ Note
The UTCTime type models a character string representing date and time. An example format is 170126120000Z which stands for YYMMDDHHMMSSZ.
-
clone
(self, value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')¶
-
subtype
(self, value=NoValue(), implicitTag=TagSet(), explicitTag=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')¶
-
isSuperTypeOf
(other, matchTags=True, matchConstraints=True)¶ Returns true if argument is a ASN1 subtype of ourselves
-