summaryrefslogtreecommitdiff
path: root/doc/source/docs/type/univ/objectidentifier.rst
blob: c63140f709396b30e7f5ed7c36cc43b7809e09fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

.. |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())