From 08cf382e021094883686f9e3eb50ee57528ae768 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 13 Mar 2018 00:00:15 +0300 Subject: [PATCH] Sequences of BitStrings also can be defined by --- pyderasn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0