Home
last modified time | relevance | path

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

/external/python/cryptography/docs/x509/
Docsp.rst215 :meth:`~cryptography.x509.ocsp.OCSPResponseBuilder.build_unsuccessful`.
331 .. classmethod:: build_unsuccessful(response_status)
334 sent to clients. ``build_unsuccessful`` may only be called with a
347 >>> response = ocsp.OCSPResponseBuilder.build_unsuccessful(
/external/python/cryptography/tests/x509/
Dtest_ocsp.py552 resp = ocsp.OCSPResponseBuilder.build_unsuccessful(status)
558 ocsp.OCSPResponseBuilder.build_unsuccessful("notastatus")
562 ocsp.OCSPResponseBuilder.build_unsuccessful(
/external/python/cryptography/src/cryptography/x509/
Docsp.py252 def build_unsuccessful(cls, response_status): member in OCSPResponseBuilder