Home
last modified time | relevance | path

Searched refs:Asn1Value (Results 1 – 5 of 5) sorted by relevance

/external/python/asn1crypto/asn1crypto/
Dcore.py166 return Asn1Value.load(encoded_data, strict=strict)
169 class Asn1Value(object): class
803 class Void(Asn1Value):
860 class Any(Asn1Value):
879 Asn1Value.__init__(self, **kwargs)
883 if not isinstance(value, Asn1Value):
1010 class Choice(Asn1Value):
1103 Asn1Value.__init__(self, **kwargs)
1618 if not isinstance(value, Asn1Value):
1639 class Primitive(Asn1Value):
[all …]
Dkeys.py27 Asn1Value,
736 if not isinstance(private_key, byte_cls) and not isinstance(private_key, Asn1Value):
1093 if not isinstance(public_key, byte_cls) and not isinstance(public_key, Asn1Value):
1115 if isinstance(public_key, Asn1Value):
/external/python/asn1crypto/
Dchangelog.md104 - Fixed passing `class_` via unicode string name to `core.Asn1Value()`
144 `explicit_class` attributes on `core.Asn1Value` no longer exist and were
383 - `core.Asn1Value.copy()` now performs a deep copy
429 - Removed `core.Asn1Value.pprint()` method
432 - Added `core.Asn1Value.copy()` method
433 - Added `core.Asn1Value.debug()` method
/external/python/asn1crypto/tests/
Dtest_keys.py74 key = core.Asn1Value.load(f.read())
Dtest_core.py319 v = core.Asn1Value(