Package org.bouncycastle.bcpg.sig
Interface RevocationKeyTags
-
public interface RevocationKeyTagsRevocation Key Class values.- See Also:
- RFC4880 - Revocation Key, RFC9580 - Revocation Key
-
-
Field Summary
Fields Modifier and Type Field Description static byteCLASS_DEFAULTstatic byteCLASS_SENSITIVEThe revocation information is sensitive.
-
-
-
Field Detail
-
CLASS_DEFAULT
static final byte CLASS_DEFAULT
- See Also:
- Constant Field Values
-
CLASS_SENSITIVE
static final byte CLASS_SENSITIVE
The revocation information is sensitive.- See Also:
- Constant Field Values
-
-