Home
last modified time | relevance | path

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

/external/python/cryptography/docs/x509/
Docsp.rst214 :meth:`~cryptography.x509.ocsp.OCSPResponseBuilder.build_unsuccessful`.
338 .. classmethod:: build_unsuccessful(response_status)
341 sent to clients. ``build_unsuccessful`` may only be called with a
353 >>> response = ocsp.OCSPResponseBuilder.build_unsuccessful(
/external/python/cryptography/src/cryptography/x509/
Docsp.py289 def build_unsuccessful(cls, response_status): member in OCSPResponseBuilder
/external/python/cryptography/tests/x509/
Dtest_ocsp.py687 resp = ocsp.OCSPResponseBuilder.build_unsuccessful(status)
693 ocsp.OCSPResponseBuilder.build_unsuccessful("notastatus")
697 ocsp.OCSPResponseBuilder.build_unsuccessful(