Searched refs:ResponseBytes (Results 1 – 7 of 7) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/ |
D | ResponseBytes.java | 12 public class ResponseBytes class 18 public ResponseBytes( in ResponseBytes() method in ResponseBytes 29 public ResponseBytes( in ResponseBytes() method in ResponseBytes 36 public static ResponseBytes getInstance( in getInstance() 43 public static ResponseBytes getInstance( in getInstance() 46 if (obj instanceof ResponseBytes) in getInstance() 48 return (ResponseBytes)obj; in getInstance() 52 return new ResponseBytes(ASN1Sequence.getInstance(obj)); in getInstance()
|
D | OCSPResponse.java | 15 ResponseBytes responseBytes; 19 ResponseBytes responseBytes) in OCSPResponse() 32 responseBytes = ResponseBytes.getInstance( in OCSPResponse() 64 public ResponseBytes getResponseBytes() in getResponseBytes()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/ |
D | OCSPRespBuilder.java | 10 import org.bouncycastle.asn1.ocsp.ResponseBytes; 50 ResponseBytes rb = new ResponseBytes( in build()
|
D | OCSPResp.java | 13 import org.bouncycastle.asn1.ocsp.ResponseBytes; 83 ResponseBytes rb = this.resp.getResponseBytes(); in getResponseObject()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl_ocsp.c | 61 } ResponseBytes; typedef 70 ResponseBytes *responseBytes; 73 ASN1_SEQUENCE(ResponseBytes) = { 74 ASN1_SIMPLE(ResponseBytes, responseType, ASN1_OBJECT), 75 ASN1_SIMPLE(ResponseBytes, response, ASN1_OCTET_STRING) 76 } ASN1_SEQUENCE_END(ResponseBytes); 80 ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0) 493 ResponseBytes *bytes; in check_ocsp_resp()
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc2560.py | 164 class ResponseBytes(univ.Sequence): class 186 namedtype.OptionalNamedType('responseBytes', ResponseBytes().subtype(
|
/external/python/asn1crypto/asn1crypto/ |
D | ocsp.py | 600 class ResponseBytes(Sequence): class 615 ('response_bytes', ResponseBytes, {'explicit': 0, 'optional': True}),
|