| Package | Description |
|---|---|
| org.bouncycastle.openpgp.operator | |
| org.bouncycastle.openpgp.operator.bc | |
| org.bouncycastle.openpgp.operator.jcajce |
| Modifier and Type | Method and Description |
|---|---|
PBEKeyEncryptionMethodGenerator |
PBEKeyEncryptionMethodGenerator.setSecureRandom(java.security.SecureRandom random) |
| Modifier and Type | Class and Description |
|---|---|
class |
BcPBEKeyEncryptionMethodGenerator
A BC lightweight method generator for supporting PBE based encryption operations.
|
| Modifier and Type | Method and Description |
|---|---|
PBEKeyEncryptionMethodGenerator |
BcPBEKeyEncryptionMethodGenerator.setSecureRandom(java.security.SecureRandom random)
Provide a user defined source of randomness.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JcePBEKeyEncryptionMethodGenerator
JCE based generator for password based encryption (PBE) data protection methods.
|
| Modifier and Type | Method and Description |
|---|---|
PBEKeyEncryptionMethodGenerator |
JcePBEKeyEncryptionMethodGenerator.setSecureRandom(java.security.SecureRandom random)
Provide a user defined source of randomness.
|