X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Ffeatures.rst;fp=doc%2Ffeatures.rst;h=463586ef80336f5b9a0de5e48b135bb328beb219;hp=a0a75fa758c66c901f454e99138364cbbe31ea97;hb=d917b94f24e274ad2af0caccb1eaeb27bd90af60;hpb=4c1b43b088ca8320cf8b2a8e506e55f88f981486 diff --git a/doc/features.rst b/doc/features.rst index a0a75fa..463586e 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -45,7 +45,7 @@ There are drawbacks: * PyDERASN does **not** have object recreation capable ``repr``-s:: pyderasn>>> repr(algo_id) - AlgorithmIdentifier SEQUENCE[OBJECT IDENTIFIER 1.3.14.3.2.26, [UNIV 5] ANY 0500 OPTIONAL] + AlgorithmIdentifier SEQUENCE[algorithm: OBJECT IDENTIFIER 1.3.14.3.2.26; parameters: [UNIV 5] ANY 0500 OPTIONAL] pyasn1>>> repr(algo_id) AlgorithmIdentifier().setComponents(ObjectIdentifier('1.3.14.3.2.26'), Any(hexValue='0500'))