Uses of Class
org.bouncycastle.bcpg.ContainedPacket
-
Packages that use ContainedPacket Package Description org.bouncycastle.bcpg Low level classes for dealing with OpenPGP objects.org.bouncycastle.openpgp.operator Interfaces and abstract classes to provide the framework to support operations on the OpenPGP high level classes. -
-
Uses of ContainedPacket in org.bouncycastle.bcpg
Subclasses of ContainedPacket in org.bouncycastle.bcpg Modifier and Type Class Description class
ExperimentalPacket
basic packet for an experimental packet.class
MarkerPacket
Basic type for a marker packetclass
ModDetectionCodePacket
basic packet for a modification detection code packet.class
OnePassSignaturePacket
generic signature objectclass
PublicKeyEncSessionPacket
basic packet for a PGP public keyclass
PublicKeyPacket
basic packet for a PGP public keyclass
PublicSubkeyPacket
basic packet for a PGP public keyclass
SecretKeyPacket
basic packet for a PGP secret keyclass
SecretSubkeyPacket
basic packet for a PGP secret keyclass
SignaturePacket
generic signature packetclass
SymmetricKeyEncSessionPacket
Basic type for a symmetric encrypted session key packetclass
TrustPacket
Basic type for a trust packetclass
UserAttributePacket
Basic type for a user attribute packet.class
UserIDPacket
Basic type for a user ID packet.Methods in org.bouncycastle.bcpg with parameters of type ContainedPacket Modifier and Type Method Description void
BCPGOutputStream. writePacket(ContainedPacket p)
-
Uses of ContainedPacket in org.bouncycastle.openpgp.operator
Methods in org.bouncycastle.openpgp.operator that return ContainedPacket Modifier and Type Method Description ContainedPacket
PBEKeyEncryptionMethodGenerator. generate(int encAlgorithm, byte[] sessionInfo)
abstract ContainedPacket
PGPKeyEncryptionMethodGenerator. generate(int encAlgorithm, byte[] sessionInfo)
Generates a packet encoding the details of this encryption method.ContainedPacket
PublicKeyKeyEncryptionMethodGenerator. generate(int encAlgorithm, byte[] sessionInfo)
-