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