Bouncy Castle Cryptography 1.24

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
           
 
Constructor Summary
protected UserAttributeSubpacket(int type, byte[] data)
           
 
Method Summary
 void encode(java.io.OutputStream out)
           
 byte[] getData()
          return the generic data making up the packet.
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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
java.io.IOException

Bouncy Castle Cryptography 1.24