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,
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() |