Package | Description |
---|---|
org.bouncycastle.openpgp |
High level classes for dealing with OpenPGP objects.
|
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.
|
Class and Description |
---|
KeyFingerPrintCalculator |
PBEDataDecryptorFactory
A factory for performing PBE decryption operations.
|
PBEProtectionRemoverFactory |
PBESecretKeyDecryptor |
PBESecretKeyEncryptor |
PGPContentSignerBuilder |
PGPContentVerifierBuilderProvider |
PGPDataEncryptorBuilder
A builder for
PGPDataEncryptor instances, which can be used to encrypt data objects. |
PGPDigestCalculator
A digest calculator, which consumes a stream of data and computes a digest value over it.
|
PGPKeyEncryptionMethodGenerator
An encryption method that can be applied to encrypt data in a
PGPEncryptedDataGenerator . |
PublicKeyDataDecryptorFactory |
Class and Description |
---|
KeyFingerPrintCalculator |
PBEKeyEncryptionMethodGenerator
PGP style PBE encryption method.
|
PBESecretKeyDecryptor |
PGPContentSigner |
PGPContentVerifier |
PGPContentVerifierBuilder |
PGPDataDecryptor
A decryptor that wraps a stream of PGP encrypted data to decrypt, and optionally integrity check,
the data.
|
PGPDataDecryptorFactory
Base interface of factories for
PGPDataDecryptor . |
PGPDataEncryptor
A data encryptor, combining a cipher instance and an optional integrity check calculator.
|
PGPDigestCalculator
A digest calculator, which consumes a stream of data and computes a digest value over it.
|
PGPDigestCalculatorProvider
A factory for digest algorithms.
|
PGPKeyEncryptionMethodGenerator
An encryption method that can be applied to encrypt data in a
PGPEncryptedDataGenerator . |
Class and Description |
---|
KeyFingerPrintCalculator |
PBEDataDecryptorFactory
A factory for performing PBE decryption operations.
|
PBEKeyEncryptionMethodGenerator
PGP style PBE encryption method.
|
PBESecretKeyDecryptor |
PBESecretKeyEncryptor |
PGPContentSigner |
PGPContentSignerBuilder |
PGPContentVerifierBuilder |
PGPContentVerifierBuilderProvider |
PGPDataDecryptor
A decryptor that wraps a stream of PGP encrypted data to decrypt, and optionally integrity check,
the data.
|
PGPDataDecryptorFactory
Base interface of factories for
PGPDataDecryptor . |
PGPDataEncryptor
A data encryptor, combining a cipher instance and an optional integrity check calculator.
|
PGPDataEncryptorBuilder
A builder for
PGPDataEncryptor instances, which can be used to encrypt data objects. |
PGPDigestCalculator
A digest calculator, which consumes a stream of data and computes a digest value over it.
|
PGPDigestCalculatorProvider
A factory for digest algorithms.
|
PGPKeyEncryptionMethodGenerator
An encryption method that can be applied to encrypt data in a
PGPEncryptedDataGenerator . |
PublicKeyDataDecryptorFactory |
PublicKeyKeyEncryptionMethodGenerator |