Home
last modified time | relevance | path

Searched refs:UniformResourceIdentifier (Results 1 – 9 of 9) sorted by relevance

/external/python/cryptography/tests/x509/
Dtest_x509_ext.py264 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 …]
Dtest_x509_crlbuilder.py226 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"),
Dtest_x509.py244 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/
Dgeneral_name.py175 class UniformResourceIdentifier(object): class
230 if not isinstance(other, UniformResourceIdentifier):
D__init__.py32 RegisteredID, UniformResourceIdentifier, UnsupportedGeneralNameType,
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dencode_asn1.py467 elif isinstance(name, x509.UniformResourceIdentifier):
Ddecode_asn1.py112 return x509.UniformResourceIdentifier._init_without_validation(data)
/external/python/cryptography/
DCHANGELOG.rst209 :attr:`UniformResourceIdentifier.value
210 <cryptography.x509.UniformResourceIdentifier.value>`
218 :class:`~cryptography.x509.UniformResourceIdentifier`, and
/external/python/cryptography/docs/x509/
Dreference.rst1410 .. class:: UniformResourceIdentifier(value)