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 |
---|---|
PGPContentVerifierBuilder |
PGPContentVerifierBuilderProvider.get(int keyAlgorithm,
int hashAlgorithm) |
Modifier and Type | Method and Description |
---|---|
PGPContentVerifierBuilder |
BcPGPContentVerifierBuilderProvider.get(int keyAlgorithm,
int hashAlgorithm) |
Modifier and Type | Method and Description |
---|---|
PGPContentVerifierBuilder |
JcaPGPContentVerifierBuilderProvider.get(int keyAlgorithm,
int hashAlgorithm) |