|
JCaosLib V1.4.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dreamsecurity.jcaos.pki.PKIStatus
¿äû¿¡ ´ëÇÑ ÀÀ´ä °á°ú¸¦ È®ÀÎÇÑ´Ù.
PKIStatusÀÇ ASN.1 Æ÷¸ËÀº ´ÙÀ½°ú °°´Ù.
PKIStatus ::= INTEGER { accepted (0), grantedWithMods (1), rejection (2), waiting (3), revocationWarning (4), revocationNotification (5), keyUpdateWarning (6) }
Field Summary | |
static PKIStatus |
Accepted
You got exactly what you asked for |
static PKIStatus |
GrantedWithMods
You got something like what you asked for; the requester is responsible for ascertaining the differences |
static PKIStatus |
KeyUpdateWarning
Update already done for the oldCertId specified in CertReqMsg |
static PKIStatus |
Rejection
You don't get it, more information elsewhere in the message |
static PKIStatus |
RevocationNotification
Notification that a revocation has occurred |
static PKIStatus |
RevocationWarning
This message contains a warning that a revocation is imminent |
static PKIStatus |
Waiting
The request body part has not yet been processed; expect to hear more later (note: proper handling of this status response MAY use the polling req/rep PKIMessages specified in Section 5.3.22; alternatively, polling in the underlying transport layer MAY have some utility in this regard) |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
static PKIStatus |
getInstance(int pkiStat)
int Çü½ÄÀÇ ¿äû °á°ú¸¦ PKIStatus ÇüÅÂÀÇ °´Ã¼·Î º¯È¯ÇÑ´Ù. |
int |
toInt()
¿äû °á°ú¸¦ int ÇüÅÂÀÇ °ª º¯È¯ÇÑ´Ù. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static PKIStatus Accepted
public static PKIStatus GrantedWithMods
public static PKIStatus Rejection
public static PKIStatus Waiting
public static PKIStatus RevocationWarning
public static PKIStatus RevocationNotification
public static PKIStatus KeyUpdateWarning
Method Detail |
public static PKIStatus getInstance(int pkiStat)
pkiStat
- ¿äû °á°ú
public int toInt()
public java.lang.String toString()
public boolean equals(java.lang.Object o)
|
JCaosLib V1.4.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |