Home
last modified time | relevance | path

Searched refs:RFC822Name (Results 1 – 8 of 8) sorted by relevance

/external/python/cryptography/tests/x509/
Dtest_x509_ext.py263 x509.RFC822Name(u"email@another.local"),
1761 gn = x509.RFC822Name(u"string")
1768 gn = x509.RFC822Name(u"string")
1769 gn2 = x509.RFC822Name(u"string2")
1770 gn3 = x509.RFC822Name(u"string")
1777 x509.RFC822Name(1.3)
1780 x509.RFC822Name(b"bytes")
1784 x509.RFC822Name(u"Name <email>")
1787 x509.RFC822Name(u"")
1790 gn = x509.RFC822Name(u"administrator")
[all …]
Dtest_x509.py2356 x509.RFC822Name._init_without_validation(
2420 x509.RFC822Name(u"email@domain.com"),
3183 x509.RFC822Name(u"test@example.com"),
3184 x509.RFC822Name(u"email"),
3185 x509.RFC822Name(u"email@xn--eml-vla4c.com"),
/external/python/cryptography/src/cryptography/x509/
Dgeneral_name.py63 class RFC822Name(object): class
107 if not isinstance(other, RFC822Name):
D__init__.py31 DNSName, DirectoryName, GeneralName, IPAddress, OtherName, RFC822Name,
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dencode_asn1.py458 elif isinstance(name, x509.RFC822Name):
Ddecode_asn1.py155 return x509.RFC822Name._init_without_validation(data)
/external/python/cryptography/
DCHANGELOG.rst208 :attr:`RFC822Name.value <cryptography.x509.RFC822Name.value>`, and
219 :class:`~cryptography.x509.RFC822Name` constructors. Instead, users should
/external/python/cryptography/docs/x509/
Dreference.rst1347 .. class:: RFC822Name(value)