public class SignatureSubpacket
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
| Modifier | Constructor and Description |
|---|---|
protected |
SignatureSubpacket(int type,
boolean critical,
boolean isLongLength,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(java.io.OutputStream out) |
byte[] |
getData()
return the generic data making up the packet.
|
int |
getType() |
boolean |
isCritical() |
boolean |
isLongLength() |
protected SignatureSubpacket(int type,
boolean critical,
boolean isLongLength,
byte[] data)
public int getType()
public boolean isCritical()
public boolean isLongLength()
public byte[] getData()
public void encode(java.io.OutputStream out)
throws java.io.IOException
java.io.IOException