public class Features extends SignatureSubpacket
Modifier and Type | Field and Description |
---|---|
static byte |
FEATURE_MODIFICATION_DETECTION
Identifier for the modification detection feature
|
data
Constructor and Description |
---|
Features(boolean critical,
boolean isLongLength,
byte[] data) |
Features(boolean critical,
byte feature) |
Modifier and Type | Method and Description |
---|---|
boolean |
supportsFeature(byte feature)
Returns if a particular feature is supported.
|
boolean |
supportsModificationDetection()
Returns if modification detection is supported.
|
encode, getData, getType, isCritical, isLongLength
public static final byte FEATURE_MODIFICATION_DETECTION