Package | Description |
---|---|
org.bouncycastle.openpgp |
High 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.
|
org.bouncycastle.openpgp.operator.bc |
BC lightweight operators for dealing with OpenPGP objects.
|
org.bouncycastle.openpgp.operator.jcajce |
JCA/JCE based operators for dealing with OpenPGP objects.
|
Modifier and Type | Method and Description |
---|---|
void |
PGPEncryptedDataGenerator.addMethod(PGPKeyEncryptionMethodGenerator method)
Add a key encryption method to be used to encrypt the session data associated with this
encrypted data.
|
Modifier and Type | Class and Description |
---|---|
class |
PBEKeyEncryptionMethodGenerator
PGP style PBE encryption method.
|
class |
PublicKeyKeyEncryptionMethodGenerator |
Modifier and Type | Class and Description |
---|---|
class |
BcPBEKeyEncryptionMethodGenerator
A BC lightweight method generator for supporting PBE based encryption operations.
|
class |
BcPublicKeyKeyEncryptionMethodGenerator
A method generator for supporting public key based encryption operations.
|
Modifier and Type | Class and Description |
---|---|
class |
JcePBEKeyEncryptionMethodGenerator
JCE based generator for password based encryption (PBE) data protection methods.
|
class |
JcePublicKeyKeyEncryptionMethodGenerator |