|
Oracle Security Developer Tools PKI SDK OCSP Java API Reference 10g Release 2 (10.1.2.0.2) B15562-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.security.crypto.ocsp.OCSPResponse
An OCSP response.
| Nested Class Summary | |
static class |
OCSPResponse.RespStatusImplementation of the response status code of an OCSPResponse. |
| Constructor Summary | |
OCSPResponse()Empty contstructor. |
|
OCSPResponse(java.io.InputStream is) |
|
OCSPResponse(OCSPResponse.RespStatus respStatus)Creates a new OCSPResponse with the given status. |
|
OCSPResponse(OCSPResponse.RespStatus respStatus, ResponseInfo responseInfo)Creates a new OCSPResponse with the given status and response info. |
|
| Method Summary | |
ResponseInfo |
getResponseInfo()Returns the additional response info of this response. |
ASN1ObjectID |
getResponseType()Gets the response type of the response info. |
OCSPResponse.RespStatus |
getRespStatus()Returns the status of this response. |
void |
input(java.io.InputStream is) |
int |
length() |
void |
output(java.io.OutputStream os) |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OCSPResponse()
public OCSPResponse(OCSPResponse.RespStatus respStatus)
public OCSPResponse(OCSPResponse.RespStatus respStatus,
ResponseInfo responseInfo)
responseInfo - A ResponseInfo object representing additional information on the response.
public OCSPResponse(java.io.InputStream is)
throws java.io.IOException
| Method Detail |
public OCSPResponse.RespStatus getRespStatus()
public ResponseInfo getResponseInfo()
public ASN1ObjectID getResponseType()
public void input(java.io.InputStream is)
throws java.io.IOException
java.io.IOException
public void output(java.io.OutputStream os)
throws java.io.IOException
java.io.IOExceptionpublic int length()
public java.lang.String toString()
|
Oracle Security Developer Tools PKI SDK OCSP Java API Reference 10g Release 2 (10.1.2.0.2) B15562-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||