| Package | Description |
|---|---|
| org.bouncycastle.openpgp | |
| org.bouncycastle.openpgp.operator | |
| org.bouncycastle.openpgp.operator.bc | |
| org.bouncycastle.openpgp.operator.jcajce |
| Modifier and Type | Method and Description |
|---|---|
void |
PGPEncryptedDataGenerator.addMethod(PGPKeyEncryptionMethodGenerator method)
Added 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 |
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 |