Searched refs:ResponseBytes (Results 1 – 5 of 5) sorted by relevance
12 public class ResponseBytes class18 public ResponseBytes( in ResponseBytes() method in ResponseBytes29 public ResponseBytes( in ResponseBytes() method in ResponseBytes36 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()
15 ResponseBytes responseBytes;19 ResponseBytes responseBytes) in OCSPResponse()32 responseBytes = ResponseBytes.getInstance( in OCSPResponse()64 public ResponseBytes getResponseBytes() in getResponseBytes()
10 import org.bouncycastle.asn1.ocsp.ResponseBytes;50 ResponseBytes rb = new ResponseBytes( in build()
13 import org.bouncycastle.asn1.ocsp.ResponseBytes;83 ResponseBytes rb = this.resp.getResponseBytes(); in getResponseObject()
61 } ResponseBytes; typedef70 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()