JCaosLib
V1.4.4.0

com.dreamsecurity.jcaos.pki
Class PKIStatus

java.lang.Object
  extended bycom.dreamsecurity.jcaos.pki.PKIStatus

public class PKIStatus
extends java.lang.Object

¿äû¿¡ ´ëÇÑ ÀÀ´ä °á°ú¸¦ È®ÀÎÇÑ´Ù.

PKIStatusÀÇ ASN.1 Æ÷¸ËÀº ´ÙÀ½°ú °°´Ù.

 PKIStatus ::= INTEGER {
 		accepted               (0),
 		grantedWithMods        (1),
 		rejection              (2),
 		waiting                (3),
 		revocationWarning      (4),
 		revocationNotification (5),
 		keyUpdateWarning       (6) }
 

Since:
1.1.0.0

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

Accepted

public static PKIStatus Accepted
You got exactly what you asked for


GrantedWithMods

public static PKIStatus GrantedWithMods
You got something like what you asked for; the requester is responsible for ascertaining the differences


Rejection

public static PKIStatus Rejection
You don't get it, more information elsewhere in the message


Waiting

public 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)


RevocationWarning

public static PKIStatus RevocationWarning
This message contains a warning that a revocation is imminent


RevocationNotification

public static PKIStatus RevocationNotification
Notification that a revocation has occurred


KeyUpdateWarning

public static PKIStatus KeyUpdateWarning
Update already done for the oldCertId specified in CertReqMsg

Method Detail

getInstance

public static PKIStatus getInstance(int pkiStat)
int Çü½ÄÀÇ ¿äû °á°ú¸¦ PKIStatus ÇüÅÂÀÇ °´Ã¼·Î º¯È¯ÇÑ´Ù.

Parameters:
pkiStat - ¿äû °á°ú
Returns:
PKIStatus °´Ã¼

toInt

public int toInt()
¿äû °á°ú¸¦ int ÇüÅÂÀÇ °ª º¯È¯ÇÑ´Ù.

Returns:
¿äû °á°ú

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object o)

JCaosLib
V1.4.4.0


Copyright ¨Ï2007-2011 DreamSecurity Co.,Ltd . All rights reserved