X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Fexamples.rst;h=7c10dadbcea3f20c80c465a4197f2528b714518a;hp=546748251a159a51e815621c149984a06383b264;hb=529183bf80e4796b3970d18e0fac490cd5865781;hpb=795d767d71d08311fe4e57efaa7521455db1d574 diff --git a/doc/examples.rst b/doc/examples.rst index 5467482..7c10dad 100644 --- a/doc/examples.rst +++ b/doc/examples.rst @@ -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∞ B [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``