public static class PKIStatusInfo.PKIStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
granted
'granted': you got exactly what you asked for.
|
static byte |
grantedWithMods
'grantedWithMods': you got something like what you asked for; the
requestor is responsible for ascertaining the difference.
|
static byte |
keyUpdateWarning
'keyUpdateWarning': update already done for the oldCertId specified
in CertReqMsg.
|
static byte |
rejection
'rejection': you don't get it, more information elsewhere in the
message.
|
static byte |
revocationNotification
'revocationNotification': notification that a revocation has
occurred.
|
static byte |
revocationWarning
'revocationWarning': this message contains a warning that a
revocation is imminent.
|
static byte |
waiting
'waiting': the request body part has not yet been processed, expect
to hear more later.
|
public static final byte granted
public static final byte grantedWithMods
public static final byte rejection
public static final byte waiting
public static final byte revocationWarning
public static final byte revocationNotification
public static final byte keyUpdateWarning