ObjectIdentifier type¶
-
class
pyasn1.type.univ.
ObjectIdentifier
(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())¶ Note
The ObjectIdentifier type models ASN.1 OBJECT IDENTIFIER as a sequence of integer numbers.
-
clone
(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())¶
-
subtype
(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(), subtypeSpec=ConstraintsIntersection())¶
-
isPrefixOf
(value)¶ Returns true if argument OID resides deeper in the OID tree
-
isSuperTypeOf
(other, matchTags=True, matchConstraints=True)¶ Returns true if argument is a ASN1 subtype of ourselves
-