Searched refs:GeneralString (Results 1 – 10 of 10) sorted by relevance
/external/python/pyasn1/docs/source/pyasn1/type/char/ |
D | generalstring.rst | 2 .. _char.GeneralString: 4 .. |ASN.1| replace:: GeneralString 11 .. autoclass:: pyasn1.type.char.GeneralString(value=NoValue(), tagSet=TagSet(), subtypeSpec=Constra… 19 ….. automethod:: pyasn1.type.char.GeneralString.clone(value=NoValue(), tagSet=TagSet(), subtypeSpec… 20 ….. automethod:: pyasn1.type.char.GeneralString.subtype(value=NoValue(), implicitTag=Tag(), explici…
|
/external/python/pyasn1/pyasn1/codec/native/ |
D | decoder.py | 88 char.GeneralString.tagSet: AbstractScalarDecoder(), 123 char.GeneralString.typeId: AbstractScalarDecoder(),
|
D | encoder.py | 132 char.GeneralString.tagSet: TextStringEncoder(), 168 char.GeneralString.typeId: OctetStringEncoder(),
|
/external/python/pyasn1/tests/type/ |
D | test_char.py | 145 asn1Type = char.GeneralString
|
/external/python/pyasn1/pyasn1/type/ |
D | char.py | 278 class GeneralString(AbstractCharacterString): class
|
/external/python/pyasn1/pyasn1/codec/ber/ |
D | encoder.py | 732 char.GeneralString.tagSet: OctetStringEncoder(), 767 char.GeneralString.typeId: OctetStringEncoder(),
|
D | decoder.py | 1180 protoComponent = char.GeneralString() 1225 char.GeneralString.tagSet: GeneralStringDecoder(),
|
/external/python/asn1crypto/asn1crypto/ |
D | x509.py | 41 GeneralString, 1811 ('entrust_vers', GeneralString),
|
D | core.py | 5159 class GeneralString(AbstractString): class 5397 27: GeneralString,
|
/external/python/asn1crypto/docs/ |
D | universal_types.md | 65 | `GeneralString` | `str` (`unicode`) | unicode conversion as latin1 … 446 | `GeneralString` | * | ISO 8859-1 | This has not se…
|