public class OCSPResp
extends java.lang.Object
Constructor and Description |
---|
OCSPResp(byte[] resp)
Deprecated.
use classes in org.bouncycastle.cert.ocsp.
|
OCSPResp(java.io.InputStream in)
Deprecated.
use classes in org.bouncycastle.cert.ocsp.
|
OCSPResp(OCSPResponse resp)
Deprecated.
use classes in org.bouncycastle.cert.ocsp.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Deprecated.
|
byte[] |
getEncoded()
Deprecated.
return the ASN.1 encoded representation of this object.
|
java.lang.Object |
getResponseObject()
Deprecated.
|
int |
getStatus()
Deprecated.
|
int |
hashCode()
Deprecated.
|
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