X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Fexamples.rst;fp=doc%2Fexamples.rst;h=546748251a159a51e815621c149984a06383b264;hp=25e2cf4a2e740b04fde0bb4fbb8b9339697518b0;hb=29b9fb6114e2808e7964c014e1b67ff95fc0b615;hpb=22ca9d92c1e2bcffdbd4d3491ffaa54492a57492 diff --git a/doc/examples.rst b/doc/examples.rst index 25e2cf4..5467482 100644 --- a/doc/examples.rst +++ b/doc/examples.rst @@ -278,7 +278,7 @@ Let's parse that output, human:: 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`` - (and its derivatives) could be BERed. + (and its derivatives), ``SET``, ``SET OF`` could be BERed. As command line utility -----------------------