|
Oracle Fusion Middleware PKI SDK OCSP Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10673-05 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.security.crypto.ocsp.OCSPResponse
public class 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. |
oracle.security.crypto.asn1.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)
status - A RespStatus object representing the status of the response.
public OCSPResponse(OCSPResponse.RespStatus respStatus,
ResponseInfo responseInfo)
status - A RespStatus object representing the status of the response.responseInfo - A ResponseInfo object representing additional information on the response.
public OCSPResponse(java.io.InputStream is)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public OCSPResponse.RespStatus getRespStatus()
public ResponseInfo getResponseInfo()
public oracle.security.crypto.asn1.ASN1ObjectID getResponseType()
public void input(java.io.InputStream is)
throws java.io.IOException
input in interface oracle.security.crypto.util.Streamablejava.io.IOException
public void output(java.io.OutputStream os)
throws java.io.IOException
output in interface oracle.security.crypto.util.Streamablejava.io.IOExceptionpublic int length()
length in interface oracle.security.crypto.util.Streamablepublic java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware PKI SDK OCSP Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10673-05 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||