blob: cc4ae0b99f1328244c4c5f45bb6b6f4cb128880c [file] [log] [blame]
.. _univ.ObjectIdentifier:
.. |ASN.1| replace:: ObjectIdentifier
|ASN.1| type
------------
.. autoclass:: pyasn1.type.univ.ObjectIdentifier(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())
:members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, isPrefixOf
.. note::
The |ASN.1| type models ASN.1 OBJECT IDENTIFIER as a sequence of integer numbers.
.. automethod:: pyasn1.type.univ.ObjectIdentifier.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection())
.. automethod:: pyasn1.type.univ.ObjectIdentifier.subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(), subtypeSpec=ConstraintsIntersection())