Bouncy Castle Cryptography 1.33

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

public static final int GRANTED
See Also:
Constant Field Values

GRANTED_WITH_MODS

public static final int GRANTED_WITH_MODS
See Also:
Constant Field Values

REJECTION

public static final int REJECTION
See Also:
Constant Field Values

WAITING

public static final int WAITING
See Also:
Constant Field Values

REVOCATION_WARNING

public static final int REVOCATION_WARNING
See Also:
Constant Field Values

REVOCATION_NOTIFICATION

public static final int REVOCATION_NOTIFICATION
See Also:
Constant Field Values

Bouncy Castle Cryptography 1.33