Bouncy Castle Cryptography 1.24

org.bouncycastle.openpgp
Class PGPUserAttributeSubpacketVector

java.lang.Object
  |
  +--org.bouncycastle.openpgp.PGPUserAttributeSubpacketVector

public class PGPUserAttributeSubpacketVector
extends java.lang.Object

Container for a list of signature subpackets.


Method Summary
 ImageAttribute getImageAttribute()
           
 UserAttributeSubpacket getSubpacket(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSubpacket

public UserAttributeSubpacket getSubpacket(int type)

getImageAttribute

public ImageAttribute getImageAttribute()

Bouncy Castle Cryptography 1.24