• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2.. _univ.OctetString:
3
4.. |ASN.1| replace:: OctetString
5
6.. |encoding| replace:: iso-8859-1
7
8|ASN.1| type
9------------
10
11.. autoclass:: pyasn1.type.univ.OctetString(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='iso-8859-1', binValue=NoValue(),hexValue=NoValue())
12   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, effectiveTagSet, tagMap, subtypeSpec, fromHexString, fromBinaryString
13
14   .. note::
15
16        The |ASN.1| type models an arbitrary string of octets (eight-bit numbers), not printable text string.
17
18   .. automethod:: pyasn1.type.univ.OctetString.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='iso-8859-1')
19   .. automethod:: pyasn1.type.univ.OctetString.subtype(value=NoValue(), implicitTag=Tag(), explicitTag=Tag(),subtypeSpec=ConstraintsIntersection(),encoding='iso-8859-1')
20