Bouncy Castle Cryptography Library 1.47

org.bouncycastle.bcpg.sig
Interface RevocationReasonTags


public interface RevocationReasonTags


Field Summary
static byte KEY_COMPROMISED
           
static byte KEY_RETIRED
           
static byte KEY_SUPERSEDED
           
static byte NO_REASON
           
static byte USER_NO_LONGER_VALID
           
 

Field Detail

NO_REASON

static final byte NO_REASON
See Also:
Constant Field Values

KEY_SUPERSEDED

static final byte KEY_SUPERSEDED
See Also:
Constant Field Values

KEY_COMPROMISED

static final byte KEY_COMPROMISED
See Also:
Constant Field Values

KEY_RETIRED

static final byte KEY_RETIRED
See Also:
Constant Field Values

USER_NO_LONGER_VALID

static final byte USER_NO_LONGER_VALID
See Also:
Constant Field Values

Bouncy Castle Cryptography Library 1.47