Home
last modified time | relevance | path

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

/external/python/asn1crypto/tests/
Dtest_ocsp.py69 basic_ocsp_response = response_bytes['response'].parsed
70 tbs_response_data = basic_ocsp_response['tbs_response_data']
74 cert = basic_ocsp_response['certs'][0]
86 basic_ocsp_response['signature_algorithm']['algorithm'].native
90 basic_ocsp_response['signature_algorithm']['parameters'].native
145 basic_ocsp_response['certs'].native,
150 len(basic_ocsp_response['certs'])
/external/python/asn1crypto/asn1crypto/
Docsp.py684 def basic_ocsp_response(self): member in OCSPResponse
/external/python/asn1crypto/
Dchangelog.md361 - Added `ocsp.OCSPResponse.basic_ocsp_response` and