Package 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.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static PGPUserAttributeSubpacketVectorfromSubpackets(UserAttributeSubpacket[] packets)ImageAttributegetImageAttribute()UserAttributeSubpacketgetSubpacket(int type)inthashCode()
-
-
-
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)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-