public class UserAttributeSubpacket
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
| Modifier | Constructor and Description |
|---|---|
protected |
UserAttributeSubpacket(int type,
boolean forceLongLength,
byte[] data) |
protected |
UserAttributeSubpacket(int type,
byte[] data) |
protected UserAttributeSubpacket(int type,
byte[] data)
protected UserAttributeSubpacket(int type,
boolean forceLongLength,
byte[] data)
public int getType()
public byte[] getData()
public void encode(java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object