Lines Matching refs:OctetString
13 OctetString and BitString encoders
29 - Most ASN.1 types' `__str__` magic methods (except for OctetString and
91 - Fixed Character types instantiation from OctetString type -- double
199 - ASN.1 OctetString initialized from a Python object performs bytes()
287 - Unicode initializer support added to OctetString type and derivatives.
323 - The OctetString.__int__() and .__float__() magic methods implemented.
339 - Fix to BitString and OctetString decoders dealing with constructed
422 - Fix to OctetString.prettyOut() method that looses leading zero when
429 - Fix to OctetString.__str__() workings of a non-initialized object.
430 - Fix to quote initializer of OctetString.__repr__()
438 - Hex/bin string initializer to OctetString object reworked
454 + base type for encoding substrate and OctetString-based types
456 + OctetString and derivatives now unicode compliant.
457 + OctetString now supports two python-neutral getters: asOcts() & asInts()
458 + print OctetString content in hex whenever it is not printable otherwise
477 - Fix to OctetString.prettyPrint() to better handle non-printable content.
528 - Decoder can now treat values of unknown types as opaque OctetString.