org.bouncycastle.bcpg

Class UserAttributeSubpacket

Known Direct Subclasses:
ImageAttribute

public class UserAttributeSubpacket
extends java.lang.Object

Basic type for a PGP Signature sub-packet.

Field Summary

protected byte[]
data

Constructor Summary

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

Field Details

data

protected byte[] data

Constructor Details

UserAttributeSubpacket

protected UserAttributeSubpacket(int type,
                                 byte[] data)

Method Details

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