Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/x509/
Dgeneral_name.py47 class UnsupportedGeneralNameType(Exception): class
49 super(UnsupportedGeneralNameType, self).__init__(msg)
D__init__.py32 RegisteredID, UniformResourceIdentifier, UnsupportedGeneralNameType,
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Ddecode_asn1.py162 raise x509.UnsupportedGeneralNameType(
/external/python/cryptography/docs/x509/
Dreference.rst429 :raises cryptography.x509.UnsupportedGeneralNameType: If an extension
867 :raises cryptography.x509.UnsupportedGeneralNameType: If an extension
3110 .. class:: UnsupportedGeneralNameType
/external/python/cryptography/tests/x509/
Dtest_x509_ext.py2383 with pytest.raises(x509.UnsupportedGeneralNameType) as exc: