Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/x509/
Dextensions.py698 def __init__(self, policy_identifier, policy_qualifiers): argument
699 if not isinstance(policy_identifier, ObjectIdentifier):
702 self._policy_identifier = policy_identifier
728 self.policy_identifier == other.policy_identifier and
741 return hash((self.policy_identifier, pq))
743 policy_identifier = utils.read_only_property("_policy_identifier") variable in PolicyInformation
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dencode_asn1.py194 oid = _txt2obj(backend, policy_info.policy_identifier.dotted_string)
/external/python/cryptography/tests/x509/
Dtest_x509_ext.py507 assert pi.policy_identifier == x509.ObjectIdentifier("1.2.3")
513 assert pi.policy_identifier == x509.ObjectIdentifier("1.2.3")
671 assert ext.value[0].policy_identifier == oid
/external/python/cryptography/docs/x509/
Dreference.rst442 …s)>, critical=False, value=<CertificatePolicies([<PolicyInformation(policy_identifier=<ObjectIdent…
2458 .. class:: PolicyInformation(policy_identifier, policy_qualifiers)
2464 .. attribute:: policy_identifier