Package org.bouncycastle.bcpg.sig
Interface RevocationReasonTags
-
public interface RevocationReasonTags
-
-
Field Summary
Fields Modifier and Type Field Description static byteKEY_COMPROMISEDstatic byteKEY_RETIREDstatic byteKEY_SUPERSEDEDstatic byteNO_REASONstatic byteUSER_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
-
-