|
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.SingleBasicResponse.CertStatus
Implementation of the different status code of a SingleBasicResponse object.
| Field Summary | |
static SingleBasicResponse.CertStatus |
GOODThe status of the certificate is GOOD. |
static SingleBasicResponse.CertStatus |
REVOKEDThe status of the certificate is REVOKED. |
static SingleBasicResponse.CertStatus |
UNKNOWNThe status of the certificate is UNKNOWN. |
| Method Summary | |
int |
getValue()Returns the value of this status. |
java.lang.String |
toString()Returns a brief description of this status object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final SingleBasicResponse.CertStatus GOOD
public static final SingleBasicResponse.CertStatus REVOKED
public static final SingleBasicResponse.CertStatus UNKNOWN
| Method Detail |
public int getValue()
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 | ||||||||