org.bouncycastle.bcpg
Class UserAttributeSubpacket
java.lang.Object
org.bouncycastle.bcpg.UserAttributeSubpacket
- public class UserAttributeSubpacket
- extends java.lang.Object
Basic type for a PGP Signature sub-packet.
Field Summary |
protected byte[] |
data
|
Method Summary |
void |
encode(java.io.OutputStream out)
|
boolean |
equals(java.lang.Object o)
|
byte[] |
getData()
return the generic data making up the packet. |
int |
getType()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
data
protected byte[] data
UserAttributeSubpacket
protected UserAttributeSubpacket(int type,
byte[] data)
getType
public int getType()
getData
public byte[] getData()
- return the generic data making up the packet.
encode
public void encode(java.io.OutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()