Searched refs:RFC822Name (Results 1 – 8 of 8) sorted by relevance
/external/python/cryptography/tests/x509/ |
D | test_x509_ext.py | 263 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 …]
|
D | test_x509.py | 2356 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/ |
D | general_name.py | 63 class RFC822Name(object): class 107 if not isinstance(other, RFC822Name):
|
D | __init__.py | 31 DNSName, DirectoryName, GeneralName, IPAddress, OtherName, RFC822Name,
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | encode_asn1.py | 458 elif isinstance(name, x509.RFC822Name):
|
D | decode_asn1.py | 155 return x509.RFC822Name._init_without_validation(data)
|
/external/python/cryptography/ |
D | CHANGELOG.rst | 208 :attr:`RFC822Name.value <cryptography.x509.RFC822Name.value>`, and 219 :class:`~cryptography.x509.RFC822Name` constructors. Instead, users should
|
/external/python/cryptography/docs/x509/ |
D | reference.rst | 1347 .. class:: RFC822Name(value)
|