Uses of Class
org.bouncycastle.bcpg.UserAttributeSubpacket
-
Packages that use UserAttributeSubpacket Package Description org.bouncycastle.bcpg Low level classes for dealing with OpenPGP objects.org.bouncycastle.bcpg.attr Low level classes for dealing with OpenPGP user attributes.org.bouncycastle.openpgp High level classes for dealing with OpenPGP objects. -
-
Uses of UserAttributeSubpacket in org.bouncycastle.bcpg
Methods in org.bouncycastle.bcpg that return UserAttributeSubpacket Modifier and Type Method Description UserAttributeSubpacket[]
UserAttributePacket. getSubpackets()
UserAttributeSubpacket
UserAttributeSubpacketInputStream. readPacket()
Constructors in org.bouncycastle.bcpg with parameters of type UserAttributeSubpacket Constructor Description UserAttributePacket(UserAttributeSubpacket[] subpackets)
-
Uses of UserAttributeSubpacket in org.bouncycastle.bcpg.attr
Subclasses of UserAttributeSubpacket in org.bouncycastle.bcpg.attr Modifier and Type Class Description class
ImageAttribute
Basic type for a image attribute packet. -
Uses of UserAttributeSubpacket in org.bouncycastle.openpgp
Methods in org.bouncycastle.openpgp that return UserAttributeSubpacket Modifier and Type Method Description UserAttributeSubpacket
PGPUserAttributeSubpacketVector. getSubpacket(int type)
-