Package | Description |
---|---|
org.bouncycastle.openpgp.bc |
BC light weight based OpenPGP objects.
|
org.bouncycastle.openpgp.jcajce |
JCA/JCE provider based OpenPGP objects.
|
Modifier and Type | Class and Description |
---|---|
class |
BcPGPObjectFactory
PGPObjectFactory that uses the Bouncy Castle lightweight API to implement cryptographic
primitives. |
Modifier and Type | Class and Description |
---|---|
class |
JcaPGPObjectFactory
PGPObjectFactory that uses the sources cryptographic primitives from the JCA API. |