|
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.SingleBasicResponse.CertStatus
public static class 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()
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 | |||||||