Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/x509/
D__init__.py22 Extension, ExtensionNotFound, ExtensionType, Extensions, FreshestCRL,
Dextensions.py60 class ExtensionNotFound(Exception): class
62 super(ExtensionNotFound, self).__init__(msg)
84 raise ExtensionNotFound("No {0} extension was found".format(oid), oid)
98 raise ExtensionNotFound(
/external/python/cryptography/tests/x509/
Dtest_x509_ext.py1309 with pytest.raises(x509.ExtensionNotFound) as exc:
1390 with pytest.raises(x509.ExtensionNotFound) as exc:
1508 with pytest.raises(x509.ExtensionNotFound):
1556 with pytest.raises(x509.ExtensionNotFound):
1623 with pytest.raises(x509.ExtensionNotFound) as exc:
5106 with pytest.raises(x509.ExtensionNotFound):
Dtest_x509.py443 with pytest.raises(x509.ExtensionNotFound):
445 with pytest.raises(x509.ExtensionNotFound):
447 with pytest.raises(x509.ExtensionNotFound):
471 except x509.ExtensionNotFound:
/external/python/cryptography/docs/x509/
Dreference.rst1488 :raises cryptography.x509.ExtensionNotFound: If the certificate does
1505 :raises cryptography.x509.ExtensionNotFound: If the certificate does
3099 .. class:: ExtensionNotFound