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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExperimentalPacket
basic packet for an experimental packet.
|
class |
MarkerPacket
Basic type for a marker packet
|
class |
ModDetectionCodePacket
basic packet for a modification detection code packet.
|
class |
OnePassSignaturePacket
generic signature object
|
class |
PublicKeyEncSessionPacket
basic packet for a PGP public key
|
class |
PublicKeyPacket
basic packet for a PGP public key
|
class |
PublicSubkeyPacket
basic packet for a PGP public key
|
class |
SecretKeyPacket
basic packet for a PGP secret key
|
class |
SecretSubkeyPacket
basic packet for a PGP secret key
|
class |
SignaturePacket
generic signature packet
|
class |
SymmetricKeyEncSessionPacket
Basic type for a symmetric encrypted session key packet
|
class |
TrustPacket
Basic type for a trust packet
|
class |
UserAttributePacket
Basic type for a user attribute packet.
|
class |
UserIDPacket
Basic type for a user ID packet.
|
Modifier and Type | Method and Description |
---|---|
void |
BCPGOutputStream.writePacket(ContainedPacket p) |
Modifier and Type | Method and Description |
---|---|
ContainedPacket |
PublicKeyKeyEncryptionMethodGenerator.generate(int encAlgorithm,
byte[] sessionInfo) |
abstract ContainedPacket |
PGPKeyEncryptionMethodGenerator.generate(int encAlgorithm,
byte[] sessionInfo)
Generates a packet encoding the details of this encryption method.
|
ContainedPacket |
PBEKeyEncryptionMethodGenerator.generate(int encAlgorithm,
byte[] sessionInfo) |