org.bouncycastle.bcpg
public class SignatureSubpacket extends Object
| Field Summary | |
|---|---|
| protected byte[] | data |
| Constructor Summary | |
|---|---|
| protected | SignatureSubpacket(int type, boolean critical, byte[] data) |
| Method Summary | |
|---|---|
| void | encode(OutputStream out) |
| byte[] | getData()
return the generic data making up the packet. |
| int | getType() |
| boolean | isCritical() |