|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.iplanet.trustbase.initiator.dsms.StatusCheckData
StatusCheckData holds the all information relating to a certificate status check
| Constructor Summary | |
StatusCheckData(CertStatus[] certStatus,
java.util.Date timestamp,
byte[] txID,
byte[] requestData,
byte[] responseData,
java.lang.String responderURL,
DataConverterClient client)
Construct a StatusCheckData object. |
|
| Method Summary | |
CertStatus[] |
getCertStatus()
Get the CertStatus object. |
byte[] |
getHumanReadableRequestData()
Get a human readable version of the request data - this data may be post processed to allow it to be displayed, For Example an OCSP request will be Base64 Encoded. |
byte[] |
getHumanReadableResponseData()
Get the human readable version of the response data - this data may be post processed to allow it to be displayed, for Example an OCSP response will be Base64 Encoded. |
byte[] |
getRequestData()
Get the raw request message - Exactly reflects what is sent over the network, this data may be a binary representation. |
java.util.Date |
getRequestTime()
Get the Date at which this transaction took place. |
java.lang.String |
getResponderURL()
Get the URL of the responder from which this status data was obtained. |
byte[] |
getResponseData()
Get the raw response message - Exactly reflects what is sent over the network, this data may be a binary representation. |
byte[] |
getTransactionID()
Get The Transaction Id that this transaction was. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StatusCheckData(CertStatus[] certStatus,
java.util.Date timestamp,
byte[] txID,
byte[] requestData,
byte[] responseData,
java.lang.String responderURL,
DataConverterClient client)
certStatus - the result of the checktimestamp - the time at which the check was madetxID - the transaction ID associated with the checkrequestData - the raw request messageresponseData - the raw response messagecheckSubjectPath - the certificate path whose leaf was the subject of the checkresponderURL - the responder from which this status info was obtained| Method Detail |
public CertStatus[] getCertStatus()
public byte[] getRequestData()
public byte[] getResponseData()
public byte[] getHumanReadableRequestData()
throws CSCException
public byte[] getHumanReadableResponseData()
throws CSCException
public byte[] getTransactionID()
public java.util.Date getRequestTime()
public java.lang.String getResponderURL()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||