org.bouncycastle.openpgp
Class PGPUserAttributeSubpacketVector
java.lang.Object
|
+--org.bouncycastle.openpgp.PGPUserAttributeSubpacketVector
- All Implemented Interfaces:
- UserDataPacket
- public class PGPUserAttributeSubpacketVector
- extends java.lang.Object
- implements UserDataPacket
Container for a list of user attribute subpackets.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object