Bouncy Castle Cryptography 1.33

org.bouncycastle.bcpg
Class UserAttributeSubpacket

java.lang.Object
  extended byorg.bouncycastle.bcpg.UserAttributeSubpacket

public class UserAttributeSubpacket
extends java.lang.Object

Basic type for a PGP Signature sub-packet.


Field Summary
protected  byte[] data
           
 
Constructor Summary
protected UserAttributeSubpacket(int type, 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
 

Field Detail

data

protected byte[] data
Constructor Detail

UserAttributeSubpacket

protected UserAttributeSubpacket(int type,
                                 byte[] data)
Method Detail

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

Bouncy Castle Cryptography 1.33