Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp
Class PGPUserAttributeSubpacketVector

java.lang.Object
  extended byorg.bouncycastle.openpgp.PGPUserAttributeSubpacketVector
All Implemented Interfaces:
UserDataPacket

public class PGPUserAttributeSubpacketVector
extends java.lang.Object
implements UserDataPacket

Container for a list of user attribute subpackets.


Method Summary
 boolean equals(java.lang.Object o)
           
static PGPUserAttributeSubpacketVector fromSubpackets(UserAttributeSubpacket[] packets)
           
 ImageAttribute getImageAttribute()
           
 UserAttributeSubpacket getSubpacket(int type)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fromSubpackets

public static PGPUserAttributeSubpacketVector fromSubpackets(UserAttributeSubpacket[] packets)

getSubpacket

public UserAttributeSubpacket getSubpacket(int type)

getImageAttribute

public ImageAttribute getImageAttribute()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

Bouncy Castle Cryptography Library 1.81