Home | History | Annotate | Download | only in ocsp

Lines Matching refs:resp

26     private OCSPResponse    resp;
29 OCSPResponse resp)
31 this.resp = resp;
35 byte[] resp)
38 this(new ByteArrayInputStream(resp));
42 InputStream resp)
45 this(new ASN1InputStream(resp));
54 this.resp = OCSPResponse.getInstance(aIn.readObject());
69 if (resp == null)
77 return this.resp.getResponseStatus().getValue().intValue();
83 ResponseBytes rb = this.resp.getResponseBytes();
112 return resp.getEncoded();
129 return resp.equals(r.resp);
134 return resp.hashCode();
139 return resp;