Package org.bouncycastle.bcpg.sig
Interface RevocationReasonTags
public interface RevocationReasonTags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
-
Field Details
-
NO_REASON
static final byte NO_REASON- See Also:
-
KEY_SUPERSEDED
static final byte KEY_SUPERSEDED- See Also:
-
KEY_COMPROMISED
static final byte KEY_COMPROMISED- See Also:
-
KEY_RETIRED
static final byte KEY_RETIRED- See Also:
-
USER_NO_LONGER_VALID
static final byte USER_NO_LONGER_VALID- See Also:
-