org.bouncycastle.bcpg
Class UserAttributeSubpacket
java.lang.Object
org.bouncycastle.bcpg.UserAttributeSubpacket
public class UserAttributeSubpacket
extends java.lang.Object
Basic type for a user attribute sub-packet.
data
protected byte[] data
UserAttributeSubpacket
protected UserAttributeSubpacket(int type,
byte[] data)
encode
public void encode(OutputStream out)
throws IOException
equals
public boolean equals(Object o)
getData
public byte[] getData()
return the generic data making up the packet.
getType
public int getType()
hashCode
public int hashCode()