]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/examples.rst
Separate ber/ber_encoded attributes
[pyderasn.git] / doc / examples.rst
index 546748251a159a51e815621c149984a06383b264..7c10dadbcea3f20c80c465a4197f2528b714518a 100644 (file)
@@ -237,9 +237,9 @@ Let's parse that output, human::
 
 ::
 
-       52-2∞ [1,1,1054]∞  . . . . eContent: [0] EXPLICIT BER OCTET STRING 1046 bytes
-                       ^                                 ^   ^            ^
-                      12                                13   9            10
+       52-2∞ [1,1,1054]∞  . . . . eContent: [0] EXPLICIT BER OCTET STRING 1046 bytes
+                       ^                                 ^   ^            ^
+            12          13                                14   9            10
 
 :0:
  Offset of the object, where its DER/BER encoding begins.
@@ -273,8 +273,11 @@ Let's parse that output, human::
  Possible other flags like OPTIONAL and DEFAULT, if value equals to the
  default one, specified in the schema.
 :12:
- Only applicable to BER encoded data. Indefinite length encoding mark.
+ Shows does object contains any kind of BER encoded data (possibly
+ Sequence holding BER-encoded underlying value).
 :13:
+ Only applicable to BER encoded data. Indefinite length encoding mark.
+:14:
  Only applicable to BER encoded data. If object has BER-specific
  encoding, then ``BER`` will be shown. It does not depend on indefinite
  length encoding. ``EOC``, ``BOOLEAN``, ``BIT STRING``, ``OCTET STRING``