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

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