Home
last modified time | relevance | path

Searched refs:get_attributes_for_oid (Results 1 – 4 of 4) sorted by relevance

/external/python/cryptography/src/cryptography/x509/
Dname.py162 def get_attributes_for_oid(self, oid): member in RelativeDistinguishedName
223 def get_attributes_for_oid(self, oid): member in Name
/external/python/cryptography/tests/x509/
Dtest_x509.py130 assert crl.issuer.get_attributes_for_oid(x509.OID_COMMON_NAME) == [
719 assert issuer.get_attributes_for_oid(NameOID.COMMON_NAME) == [
789 assert subject.get_attributes_for_oid(NameOID.COMMON_NAME) == [
805 assert cert.subject.get_attributes_for_oid(NameOID.COMMON_NAME) == [
811 assert cert.issuer.get_attributes_for_oid(NameOID.COMMON_NAME) == [
1563 assert dn.get_attributes_for_oid(
1566 assert dn.get_attributes_for_oid(
1569 assert dn.get_attributes_for_oid(
1720 assert dn.get_attributes_for_oid(
2910 assert request.subject.get_attributes_for_oid(
[all …]
/external/python/cryptography/tests/hazmat/backends/
Dtest_openssl.py541 assert cert.subject.get_attributes_for_oid(
/external/python/cryptography/docs/x509/
Dreference.rst1194 get every attribute or you can use :meth:`Name.get_attributes_for_oid` to
1227 .. method:: get_attributes_for_oid(oid)
1236 >>> cert.subject.get_attributes_for_oid(NameOID.COMMON_NAME)
1306 .. method:: get_attributes_for_oid(oid)