Bouncy Castle Cryptography Library 1.37

org.bouncycastle.asn1.cmp
Interface PKIStatus


public interface PKIStatus


Field Summary
static int GRANTED
           
static int GRANTED_WITH_MODS
           
static int REJECTION
           
static int REVOCATION_NOTIFICATION
           
static int REVOCATION_WARNING
           
static int WAITING
           
 

Field Detail

GRANTED

static final int GRANTED
See Also:
Constant Field Values

GRANTED_WITH_MODS

static final int GRANTED_WITH_MODS
See Also:
Constant Field Values

REJECTION

static final int REJECTION
See Also:
Constant Field Values

WAITING

static final int WAITING
See Also:
Constant Field Values

REVOCATION_WARNING

static final int REVOCATION_WARNING
See Also:
Constant Field Values

REVOCATION_NOTIFICATION

static final int REVOCATION_NOTIFICATION
See Also:
Constant Field Values

Bouncy Castle Cryptography Library 1.37