public class OCSPResp
extends java.lang.Object
Constructor and Description |
---|
OCSPResp(byte[] resp) |
OCSPResp(java.io.InputStream in) |
OCSPResp(OCSPResponse resp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getEncoded()
return the ASN.1 encoded representation of this object.
|
java.lang.Object |
getResponseObject() |
int |
getStatus() |
int |
hashCode() |
public OCSPResp(OCSPResponse resp)
public OCSPResp(byte[] resp) throws java.io.IOException
java.io.IOException
public OCSPResp(java.io.InputStream in) throws java.io.IOException
java.io.IOException
public int getStatus()
public java.lang.Object getResponseObject() throws OCSPException
OCSPException
public byte[] getEncoded() throws java.io.IOException
java.io.IOException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object