/external/python/cryptography/tests/x509/ |
D | test_x509.py | 124 x509.NameAttribute(x509.OID_COUNTRY_NAME, u'US'), 125 x509.NameAttribute( 128 x509.NameAttribute(x509.OID_COMMON_NAME, u'Good CA') 131 x509.NameAttribute(x509.OID_COMMON_NAME, u'Good CA') 432 x509.NameAttribute(x509.OID_COUNTRY_NAME, u"US"), 433 x509.NameAttribute(x509.OID_COMMON_NAME, u"cryptography.io"), 558 x509.NameAttribute(NameOID.COMMON_NAME, u"cryptography.io CA") 713 x509.NameAttribute(NameOID.COUNTRY_NAME, u'US'), 714 x509.NameAttribute( 717 x509.NameAttribute(NameOID.COMMON_NAME, u'Good CA') [all …]
|
D | test_x509_crlbuilder.py | 35 x509.Name([x509.NameAttribute(NameOID.COUNTRY_NAME, u'US')]) 39 x509.Name([x509.NameAttribute(NameOID.COUNTRY_NAME, u'US')]) 53 x509.NameAttribute(NameOID.COMMON_NAME, u"cryptography.io CA") 88 x509.NameAttribute(NameOID.COMMON_NAME, u"cryptography.io CA") 170 x509.Name([x509.NameAttribute(NameOID.COUNTRY_NAME, u'US')]) 183 x509.Name([x509.NameAttribute(NameOID.COUNTRY_NAME, u'US')]) 199 x509.NameAttribute(NameOID.COMMON_NAME, u"cryptography.io CA") 238 x509.NameAttribute(NameOID.COMMON_NAME, u"cryptography.io CA") 267 x509.NameAttribute(NameOID.COMMON_NAME, u"cryptography.io CA") 299 x509.NameAttribute(NameOID.COMMON_NAME, u"cryptography.io CA") [all …]
|
D | test_x509_ext.py | 36 [x509.NameAttribute(NameOID.COMMON_NAME, u'example.org')]) 1074 x509.NameAttribute( 1078 x509.NameAttribute( 1094 x509.NameAttribute( 1098 x509.NameAttribute( 1123 x509.Name([x509.NameAttribute(NameOID.COMMON_NAME, u'myCN')]) 1131 x509.Name([x509.NameAttribute(NameOID.COMMON_NAME, u'myCN')]) 1150 x509.Name([x509.NameAttribute(NameOID.COMMON_NAME, u'myCN')]) 1154 x509.Name([x509.NameAttribute(NameOID.COMMON_NAME, u'myCN')]) 1161 x509.Name([x509.NameAttribute(NameOID.COMMON_NAME, u'myCN')]) [all …]
|
D | test_ocsp.py | 53 x509.NameAttribute(x509.NameOID.COUNTRY_NAME, u'US'), 54 x509.NameAttribute(x509.NameOID.COMMON_NAME, u'Cryptography CA'),
|
/external/python/cryptography/docs/x509/ |
D | tutorial.rst | 65 ... x509.NameAttribute(NameOID.COUNTRY_NAME, u"US"), 66 ... x509.NameAttribute(NameOID.STATE_OR_PROVINCE_NAME, u"CA"), 67 ... x509.NameAttribute(NameOID.LOCALITY_NAME, u"San Francisco"), 68 ... x509.NameAttribute(NameOID.ORGANIZATION_NAME, u"My Company"), 69 ... x509.NameAttribute(NameOID.COMMON_NAME, u"mysite.com"), 125 ... x509.NameAttribute(NameOID.COUNTRY_NAME, u"US"), 126 ... x509.NameAttribute(NameOID.STATE_OR_PROVINCE_NAME, u"CA"), 127 ... x509.NameAttribute(NameOID.LOCALITY_NAME, u"San Francisco"), 128 ... x509.NameAttribute(NameOID.ORGANIZATION_NAME, u"My Company"), 129 ... x509.NameAttribute(NameOID.COMMON_NAME, u"mysite.com"),
|
D | reference.rst | 685 ... x509.NameAttribute(NameOID.COMMON_NAME, u'cryptography.io'), 688 ... x509.NameAttribute(NameOID.COMMON_NAME, u'cryptography.io'), 934 ... x509.NameAttribute(NameOID.COMMON_NAME, u'cryptography.io CA'), 1139 ... x509.NameAttribute(NameOID.COMMON_NAME, u'cryptography.io'), 1206 A Name can be initialized with an iterable of :class:`NameAttribute` (the 1217 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.6, name=countryName)>, value='US')> 1218 …<NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.10, name=organizationName)>, value='Test Certificat… 1219 <NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.3, name=commonName)>, value='Good CA')> 1231 :returns: A list of :class:`NameAttribute` instances that match the 1237 [<NameAttribute(oid=<ObjectIdentifier(oid=2.5.4.3, name=commonName)>, value='Good CA')>] [all …]
|
/external/python/cryptography/src/cryptography/x509/ |
D | name.py | 75 class NameAttribute(object): class 129 if not isinstance(other, NameAttribute): 152 if not all(isinstance(x, NameAttribute) for x in attributes): 199 if all(isinstance(x, NameAttribute) for x in attributes):
|
D | __init__.py | 36 Name, NameAttribute, RelativeDistinguishedName
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | IItemAttribute.java | 86 private static final class NameAttribute extends Attribute class in IItemAttribute.Factory 117 NameAttribute (final String name) in NameAttribute() method in IItemAttribute.Factory.NameAttribute 237 final IItemAttribute nameAttribute = new NameAttribute ("name");
|
/external/python/pyopenssl/tests/ |
D | test_crypto.py | 3546 x509.NameAttribute(x509.NameOID.COUNTRY_NAME, u"US"), 3547 x509.NameAttribute(x509.NameOID.STATE_OR_PROVINCE_NAME, u"IL"), 3548 x509.NameAttribute(x509.NameOID.LOCALITY_NAME, u"Chicago"), 3549 x509.NameAttribute(x509.NameOID.ORGANIZATION_NAME, u"Testing"), 3550 x509.NameAttribute( 3573 x509.NameAttribute(x509.NameOID.COUNTRY_NAME, u"US"), 3574 x509.NameAttribute(x509.NameOID.STATE_OR_PROVINCE_NAME, u"IL"), 3575 x509.NameAttribute(x509.NameOID.LOCALITY_NAME, u"Chicago"), 3576 x509.NameAttribute(x509.NameOID.ORGANIZATION_NAME, u"Testing"), 3577 x509.NameAttribute(
|
D | test_ssl.py | 441 x509.Name([x509.NameAttribute(NameOID.COMMON_NAME, u"pyopenssl.org")]) 444 x509.Name([x509.NameAttribute(NameOID.COMMON_NAME, u"pyopenssl.org")])
|
/external/python/cryptography/ |
D | CHANGELOG.rst | 39 :meth:`x509.NameAttribute <cryptography.x509.NameAttribute.rfc4514_string>` 485 :class:`~cryptography.x509.NameAttribute`, each attribute becomes 816 :class:`~cryptography.x509.NameAttribute`.
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | decode_asn1.py | 60 return x509.NameAttribute(x509.ObjectIdentifier(oid), value, type)
|