Package | Description |
---|---|
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 |
---|---|
PBEKeyEncryptionMethodGenerator |
PBEKeyEncryptionMethodGenerator.setSecureRandom(java.security.SecureRandom random)
Sets a user defined source of randomness.
|
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) |
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) |