|
Bouncy Castle Cryptography 1.21 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.bouncycastle.bcpg.SignatureSubpacket
Basic type for a PGP Signature sub-packet.
| Field Summary | |
protected byte[] |
data
|
| Constructor Summary | |
protected |
SignatureSubpacket(int type,
boolean critical,
byte[] data)
|
| Method Summary | |
void |
encode(java.io.OutputStream out)
|
int |
getType()
|
boolean |
isCritical()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected byte[] data
| Constructor Detail |
protected SignatureSubpacket(int type,
boolean critical,
byte[] data)
| Method Detail |
public int getType()
public boolean isCritical()
public void encode(java.io.OutputStream out)
throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography 1.21 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||