Searched refs:revocation_reason (Results 1 – 4 of 4) sorted by relevance
/external/python/cryptography/src/cryptography/x509/ |
D | ocsp.py | 115 next_update, revocation_time, revocation_reason): argument 147 if revocation_reason is not None: 162 revocation_reason is not None and 163 not isinstance(revocation_reason, x509.ReasonFlags) 172 self._revocation_reason = revocation_reason 184 next_update, revocation_time, revocation_reason): argument 190 revocation_time, revocation_reason 375 def revocation_reason(self): member in OCSPResponse
|
/external/python/cryptography/tests/x509/ |
D | test_ocsp.py | 381 assert resp.revocation_reason is None 405 assert resp.revocation_reason is None 446 assert resp.revocation_reason is None 471 assert resp.revocation_reason is x509.ReasonFlags.key_compromise 614 assert resp.revocation_reason is None 654 resp.revocation_reason 679 assert resp.revocation_reason is None 716 assert resp.revocation_reason is x509.ReasonFlags.superseded
|
/external/python/cryptography/docs/x509/ |
D | ocsp.rst | 217 …cert, issuer, algorithm, cert_status, this_update, next_update, revocation_time, revocation_reason) 252 :param revocation_reason: An item from the 323 ... revocation_time=None, revocation_reason=None 517 .. attribute:: revocation_reason
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | ocsp.py | 246 def revocation_reason(self): member in _OCSPResponse
|