Package org.bouncycastle.bcpg
Class UserAttributeSubpacket
java.lang.Object
org.bouncycastle.bcpg.UserAttributeSubpacket
- Direct Known Subclasses:
ImageAttribute
Basic type for a user attribute sub-packet.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
UserAttributeSubpacket
(int type, boolean forceLongLength, byte[] data) protected
UserAttributeSubpacket
(int type, byte[] data) -
Method Summary
-
Field Details
-
data
protected byte[] data
-
-
Constructor Details
-
UserAttributeSubpacket
protected UserAttributeSubpacket(int type, byte[] data) -
UserAttributeSubpacket
protected UserAttributeSubpacket(int type, boolean forceLongLength, byte[] data)
-
-
Method Details
-
getType
public int getType() -
getData
public byte[] getData()return the generic data making up the packet. -
encode
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-