Home
last modified time | relevance | path

Searched refs:authority_information_access_value (Results 1 – 3 of 3) sorted by relevance

/external/python/asn1crypto/asn1crypto/
Dcrl.py425 def authority_information_access_value(self): member in CertificateList
471 if self.authority_information_access_value:
472 for entry in self.authority_information_access_value:
Dx509.py2442 def authority_information_access_value(self): member in Certificate
2704 if not self.authority_information_access_value:
2708 for entry in self.authority_information_access_value:
/external/python/asn1crypto/tests/
Dtest_x509.py1937 def authority_information_access_value(self, relative_path, authority_information_access_value): argument
1939 value = cert.authority_information_access_value
1940 self.assertEqual(authority_information_access_value, value.native if value else None)