ObjectDescriptor type¶
-
class
pyasn1.type.useful.
ObjectDescriptor
(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')¶ Note
The ObjectDescriptor type models a character string that can accompany the ObjectIdentifier type to serve as a human-friendly annotation for an OBJECT IDENTIFIER.
-
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
-