org.bouncycastle.bcpg

Class UserAttributeSubpacket

public class UserAttributeSubpacket extends Object

Basic type for a PGP Signature sub-packet.
Field Summary
protected byte[]data
Constructor Summary
protected UserAttributeSubpacket(int type, byte[] data)
Method Summary
voidencode(OutputStream out)
booleanequals(Object o)
byte[]getData()
return the generic data making up the packet.
intgetType()
inthashCode()

Field Detail

data

protected byte[] data

Constructor Detail

UserAttributeSubpacket

protected UserAttributeSubpacket(int type, byte[] data)

Method Detail

encode

public void encode(OutputStream out)

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