Searched refs:UniformResourceIdentifier (Results 1 – 9 of 9) sorted by relevance
/external/python/cryptography/tests/x509/ |
D | test_x509_ext.py | 264 x509.UniformResourceIdentifier(u"http://another.local"), 304 [x509.UniformResourceIdentifier(u"http://something")] 1814 gn = x509.UniformResourceIdentifier(u"string") 1815 gn2 = x509.UniformResourceIdentifier(u"string2") 1816 gn3 = x509.UniformResourceIdentifier(u"string") 1823 x509.UniformResourceIdentifier(1.3) 1826 gn = x509.UniformResourceIdentifier(u"singlelabel") 1830 gn = x509.UniformResourceIdentifier(u"singlelabel:443/test") 1836 gn = x509.UniformResourceIdentifier( 1845 gn = x509.UniformResourceIdentifier( [all …]
|
D | test_x509_crlbuilder.py | 226 x509.UniformResourceIdentifier(u"https://cryptography.io"), 262 x509.UniformResourceIdentifier(u"https://cryptography.io"), 357 x509.UniformResourceIdentifier(u"https://cryptography.io"), 402 x509.UniformResourceIdentifier(u"https://cryptography.io"),
|
D | test_x509.py | 244 x509.UniformResourceIdentifier(u"https://cryptography.io"), 1649 x509.UniformResourceIdentifier(u"http://example.com") 2359 x509.UniformResourceIdentifier._init_without_validation( 2519 x509.UniformResourceIdentifier( 2522 x509.UniformResourceIdentifier( 2543 full_name=[x509.UniformResourceIdentifier( 2576 full_name=[x509.UniformResourceIdentifier( 2586 full_name=[x509.UniformResourceIdentifier( 3186 x509.UniformResourceIdentifier( 3189 x509.UniformResourceIdentifier( [all …]
|
/external/python/cryptography/src/cryptography/x509/ |
D | general_name.py | 175 class UniformResourceIdentifier(object): class 230 if not isinstance(other, UniformResourceIdentifier):
|
D | __init__.py | 32 RegisteredID, UniformResourceIdentifier, UnsupportedGeneralNameType,
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | encode_asn1.py | 467 elif isinstance(name, x509.UniformResourceIdentifier):
|
D | decode_asn1.py | 112 return x509.UniformResourceIdentifier._init_without_validation(data)
|
/external/python/cryptography/ |
D | CHANGELOG.rst | 209 :attr:`UniformResourceIdentifier.value 210 <cryptography.x509.UniformResourceIdentifier.value>` 218 :class:`~cryptography.x509.UniformResourceIdentifier`, and
|
/external/python/cryptography/docs/x509/ |
D | reference.rst | 1410 .. class:: UniformResourceIdentifier(value)
|