|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.bcpg.SignatureSubpacket
public class 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)
|
byte[] |
getData()
return the generic data making up the packet. |
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 byte[] getData()
public void encode(java.io.OutputStream out) throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |