• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2.. _useful.ObjectDescriptor:
3
4.. |ASN.1| replace:: ObjectDescriptor
5
6.. |encoding| replace:: iso-8859-1
7
8|ASN.1| type
9------------
10
11.. autoclass:: pyasn1.type.useful.ObjectDescriptor(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
12   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet
13
14   .. note::
15
16       The |ASN.1| type models a character string that can accompany the *ObjectIdentifier* type
17       to serve as a human-friendly annotation for an OBJECT IDENTIFIER.
18
19   .. automethod:: pyasn1.type.useful.ObjectDescriptor.clone(self, value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
20   .. automethod:: pyasn1.type.useful.ObjectDescriptor.subtype(self, value=NoValue(), implicitTag=TagSet(), explicitTag=TagSet(),subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
21