Searched refs:UnsupportedGeneralNameType (Results 1 – 5 of 5) sorted by relevance
47 class UnsupportedGeneralNameType(Exception): class49 super(UnsupportedGeneralNameType, self).__init__(msg)
32 RegisteredID, UniformResourceIdentifier, UnsupportedGeneralNameType,
162 raise x509.UnsupportedGeneralNameType(
429 :raises cryptography.x509.UnsupportedGeneralNameType: If an extension867 :raises cryptography.x509.UnsupportedGeneralNameType: If an extension3110 .. class:: UnsupportedGeneralNameType
2383 with pytest.raises(x509.UnsupportedGeneralNameType) as exc: