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.IOExceptionpublic OCSPResp(java.io.InputStream in)
throws java.io.IOException
java.io.IOExceptionpublic int getStatus()
public java.lang.Object getResponseObject()
throws OCSPException
OCSPExceptionpublic byte[] getEncoded()
throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object