]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/features.rst
Field names in SEQUENCE's repr
[pyderasn.git] / doc / features.rst
index a0a75fa758c66c901f454e99138364cbbe31ea97..463586ef80336f5b9a0de5e48b135bb328beb219 100644 (file)
@@ -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'))