| 
 | Oracle Fusion Middleware PKI SDK CMP Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10666-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   oracle.security.crypto.cmp.PKIStatusInfo.Status
oracle.security.crypto.cmp.PKIStatusInfo.Status
public static class PKIStatusInfo.Status
Represents the set of status codes which may appear in a PKIStatusInfo instance.
| Field Summary | |
|---|---|
| static PKIStatusInfo.Status | GRANTEDIndicates you got exactly what you asked for. | 
| static PKIStatusInfo.Status | GRANTED_WITH_MODSIndicates you got something like what you asked for; the requester is responsible for ascertaining the differences. | 
| static PKIStatusInfo.Status | KEY_UPDATE_WARNINGIndicates update already done for the oldCertId specified in the key update request message. | 
| static PKIStatusInfo.Status | REJECTIONIndicates you don't get it, more information elsewhere in the message. | 
| static PKIStatusInfo.Status | REVOCATION_NOTIFICATIONIndicates notification that a revocation has occurred. | 
| static PKIStatusInfo.Status | REVOCATION_WARNINGIndicates this message contains a warning that a revocation is imminent. | 
| static PKIStatusInfo.Status | WAITINGIndicates the request body part has not yet been processed, expect to hear more later. | 
| Method Summary | |
|---|---|
|  int | getValue() | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final PKIStatusInfo.Status GRANTED
public static final PKIStatusInfo.Status GRANTED_WITH_MODS
public static final PKIStatusInfo.Status REJECTION
public static final PKIStatusInfo.Status WAITING
public static final PKIStatusInfo.Status REVOCATION_WARNING
public static final PKIStatusInfo.Status REVOCATION_NOTIFICATION
public static final PKIStatusInfo.Status KEY_UPDATE_WARNING
| Method Detail | 
|---|
public int getValue()
public java.lang.String toString()
toString in class java.lang.Object| 
 | Oracle Fusion Middleware PKI SDK CMP Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10666-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||