|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.digt.trusted.ocsp.OCSPResp
public class OCSPResp
Constructor Summary | |
---|---|
OCSPResp(byte[] resp)
|
|
OCSPResp(java.io.InputStream in)
|
|
OCSPResp(OCSPResponse resp)
|
Method Summary | |
---|---|
byte[] |
getEncoded()
return the ASN.1 encoded representation of this object. |
java.lang.Object |
getResponseObject()
|
int |
getStatus()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, 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.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |