Home
last modified time | relevance | path

Searched refs:UnrecognizedExtension (Results 1 – 8 of 8) sorted by relevance

/external/python/cryptography/src/cryptography/x509/
D__init__.py28 UnrecognizedExtension, UserNotice
Dextensions.py87 if extclass is UnrecognizedExtension:
1583 class UnrecognizedExtension(object): class
1601 if not isinstance(other, UnrecognizedExtension):
/external/python/cryptography/tests/x509/
Dtest_x509_ext.py192 x509.UnrecognizedExtension("notanoid", b"somedata")
195 ext1 = x509.UnrecognizedExtension(
198 ext2 = x509.UnrecognizedExtension(
204 ext1 = x509.UnrecognizedExtension(
207 ext2 = x509.UnrecognizedExtension(
210 ext3 = x509.UnrecognizedExtension(
218 ext1 = x509.UnrecognizedExtension(
233 ext1 = x509.UnrecognizedExtension(
236 ext2 = x509.UnrecognizedExtension(
239 ext3 = x509.UnrecognizedExtension(
[all …]
Dtest_x509.py1251 assert extensions[0].value == x509.UnrecognizedExtension(
2738 x509.UnrecognizedExtension(
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Ddecode_asn1.py239 unrecognized = x509.UnrecognizedExtension(oid, der)
Dbackend.py967 if isinstance(extension.value, x509.UnrecognizedExtension):
/external/python/cryptography/
DCHANGELOG.rst354 :class:`~cryptography.x509.UnrecognizedExtension` object will be returned.
709 :class:`~cryptography.x509.UnrecognizedExtension` object.
/external/python/cryptography/docs/x509/
Dreference.rst2416 .. class:: UnrecognizedExtension