Searched refs:authority_information_access_value (Results 1 – 3 of 3) sorted by relevance
425 def authority_information_access_value(self): member in CertificateList471 if self.authority_information_access_value:472 for entry in self.authority_information_access_value:
2442 def authority_information_access_value(self): member in Certificate2704 if not self.authority_information_access_value:2708 for entry in self.authority_information_access_value:
1937 def authority_information_access_value(self, relative_path, authority_information_access_value): argument1939 value = cert.authority_information_access_value1940 self.assertEqual(authority_information_access_value, value.native if value else None)