|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.ocsp.OCSPResp
public class OCSPResp
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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| Method Detail |
|---|
public int getStatus()
public java.lang.Object getResponseObject()
throws OCSPException
OCSPException
public 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
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||