From: Sergey Matveev Date: Mon, 12 Mar 2018 21:00:15 +0000 (+0300) Subject: Sequences of BitStrings also can be defined by X-Git-Tag: 3.3~1 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=08cf382e021094883686f9e3eb50ee57528ae768 Sequences of BitStrings also can be defined by --- diff --git a/pyderasn.py b/pyderasn.py index bf0e485..207920e 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -289,7 +289,7 @@ Following types can be automatically decoded (DEFINED BY): * :py:class:`pyderasn.BitString` (that is multiple of 8 bits) * :py:class:`pyderasn.OctetString` * :py:class:`pyderasn.SequenceOf`/:py:class:`pyderasn.SetOf` - ``Any``/``OctetString``-s + ``Any``/``BitString``/``OctetString``-s When any of those fields is automatically decoded, then ``.defined`` attribute contains ``(OID, value)`` tuple. ``OID`` tells by which OID it