public class Features extends SignatureSubpacket
| Modifier and Type | Field | Description |
|---|---|---|
static byte |
FEATURE_MODIFICATION_DETECTION |
Identifier for the modification detection feature
|
data| Constructor | Description |
|---|---|
Features(boolean critical,
boolean isLongLength,
byte[] data) |
|
Features(boolean critical,
byte feature) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
supportsFeature(byte feature) |
Returns if a particular feature is supported.
|
boolean |
supportsModificationDetection() |
Returns if modification detection is supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencode, getData, getType, isCritical, isLongLengthpublic static final byte FEATURE_MODIFICATION_DETECTION