|
Bouncy Castle Cryptography 1.28 | ||||||||
| 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.KeyFlags
public class KeyFlags
Packet holding the key flag values.
| Field Summary |
|---|
| Fields inherited from class org.bouncycastle.bcpg.SignatureSubpacket |
|---|
data |
| Constructor Summary | |
|---|---|
KeyFlags(boolean critical,
byte[] data)
|
|
KeyFlags(boolean critical,
int flags)
|
|
| Method Summary | |
|---|---|
int |
getFlags()
|
| 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 |
| Constructor Detail |
|---|
public KeyFlags(boolean critical,
byte[] data)
public KeyFlags(boolean critical,
int flags)
| Method Detail |
|---|
public int getFlags()
|
Bouncy Castle Cryptography 1.28 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||