public class OCSPResp extends Object
| Constructor and Description |
|---|
OCSPResp(byte[] resp) |
OCSPResp(InputStream in) |
OCSPResp(OCSPResponse resp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getEncoded()
return the ASN.1 encoded representation of this object.
|
Object |
getResponseObject() |
int |
getStatus() |
int |
hashCode() |
public OCSPResp(OCSPResponse resp)
public OCSPResp(byte[] resp)
throws IOException
IOExceptionpublic OCSPResp(InputStream in) throws IOException
IOExceptionpublic int getStatus()
public Object getResponseObject() throws OCSPException
OCSPExceptionpublic byte[] getEncoded()
throws IOException
IOExceptionCopyright © 2015. All rights reserved.