Package org.bouncycastle.openpgp
Class PGPUserAttributeSubpacketVector
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPUserAttributeSubpacketVector
-
public class PGPUserAttributeSubpacketVector extends Object
Container for a list of user attribute subpackets.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ImageAttribute
getImageAttribute()
UserAttributeSubpacket
getSubpacket(int type)
int
hashCode()
-
-
-
Method Detail
-
getSubpacket
public UserAttributeSubpacket getSubpacket(int type)
-
getImageAttribute
public ImageAttribute getImageAttribute()
-
-