|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.Features
public class Features
| Field Summary | |
|---|---|
static byte |
FEATURE_MODIFICATION_DETECTION
Identifier for the modification detection feature |
| Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket |
|---|
data |
| Constructor Summary | |
|---|---|
Features(boolean critical,
byte feature)
|
|
Features(boolean critical,
byte[] data)
|
|
| Method Summary | |
|---|---|
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, getData, getType, isCritical |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte FEATURE_MODIFICATION_DETECTION
| Constructor Detail |
|---|
public Features(boolean critical,
byte[] data)
public Features(boolean critical,
byte feature)
| Method Detail |
|---|
public boolean supportsModificationDetection()
public boolean supportsFeature(byte feature)
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||