Null type¶
-
class
pyasn1.type.univ.
Null
(value=NoValue(), tagSet=TagSet())¶ Note
The Null type models ASN.1 NULL.
-
clone
(value=NoValue(), tagSet=TagSet())¶
-
subtype
(value=NoValue(), implicitTag=Tag(), explicitTag=Tag())¶
-
isSuperTypeOf
(other, matchTags=True, matchConstraints=True)¶ Returns true if argument is a ASN1 subtype of ourselves
-