Package org.bouncycastle.bcpg.sig
Class Features
- java.lang.Object
-
- org.bouncycastle.bcpg.SignatureSubpacket
-
- org.bouncycastle.bcpg.sig.Features
-
public class Features extends SignatureSubpacket
-
-
Field Summary
Fields Modifier and Type Field Description static byte
FEATURE_MODIFICATION_DETECTION
Identifier for the modification detection feature-
Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket
data
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supportsFeature(byte feature)
Returns if a particular feature is supported.boolean
supportsModificationDetection()
Returns if modification detection is supported.-
Methods inherited from class org.bouncycastle.bcpg.SignatureSubpacket
encode, equals, getData, getType, hashCode, isCritical, isLongLength
-
-
-
-
Field Detail
-
FEATURE_MODIFICATION_DETECTION
public static final byte FEATURE_MODIFICATION_DETECTION
Identifier for the modification detection feature- See Also:
- Constant Field Values
-
-