Package org.bouncycastle.asn1.cmp
Class PKIStatus
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmp.PKIStatus
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class PKIStatus
extends org.bouncycastle.asn1.ASN1Object
PKIStatus ::= INTEGER {
accepted (0),
-- you got exactly what you asked for
grantedWithMods (1),
-- you got something like what you asked for; the
-- requester is responsible for ascertaining the differences
rejection (2),
-- you don't get it, more information elsewhere in the message
waiting (3),
-- 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 (4),
-- this message contains a warning that a revocation is
-- imminent
revocationNotification (5),
-- notification that a revocation has occurred
keyUpdateWarning (6)
-- update already done for the oldCertId specified in
-- CertReqMsg
}
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PKIStatus
static final int
static final int
static final PKIStatus
static final int
static final PKIStatus
static final PKIStatus
static final int
static final int
static final int
static final PKIStatus
static final PKIStatus
static final PKIStatus
static final int
-
Method Summary
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
GRANTED
public static final int GRANTED- See Also:
-
GRANTED_WITH_MODS
public static final int GRANTED_WITH_MODS- See Also:
-
REJECTION
public static final int REJECTION- See Also:
-
WAITING
public static final int WAITING- See Also:
-
REVOCATION_WARNING
public static final int REVOCATION_WARNING- See Also:
-
REVOCATION_NOTIFICATION
public static final int REVOCATION_NOTIFICATION- See Also:
-
KEY_UPDATE_WARNING
public static final int KEY_UPDATE_WARNING- See Also:
-
granted
-
grantedWithMods
-
rejection
-
waiting
-
revocationWarning
-
revocationNotification
-
keyUpdateWaiting
-
-
Method Details
-
getInstance
-
getValue
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-