Uses of Package
org.bouncycastle.openpgp.operator
-
Packages that use org.bouncycastle.openpgp.operator Package Description org.bouncycastle.gpg Parsing classes for the GPG V2 SExpr format and other utilites.org.bouncycastle.gpg.keybox Parsing classes for the GPG V2 KeyBox format.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. -
Classes in org.bouncycastle.openpgp.operator used by org.bouncycastle.gpg Class Description KeyFingerPrintCalculator PBEProtectionRemoverFactory PGPDigestCalculatorProvider A factory for digest algorithms. -
Classes in org.bouncycastle.openpgp.operator used by org.bouncycastle.gpg.keybox Class Description KeyFingerPrintCalculator -
Classes in org.bouncycastle.openpgp.operator used by org.bouncycastle.openpgp Class Description KeyFingerPrintCalculator PBEDataDecryptorFactory A factory for performing PBE decryption operations.PBEProtectionRemoverFactory PBESecretKeyDecryptor PBESecretKeyEncryptor PGPContentSignerBuilder PGPContentVerifierBuilderProvider PGPDataEncryptorBuilder A builder forPGPDataEncryptor
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 aPGPEncryptedDataGenerator
.PublicKeyDataDecryptorFactory -
Classes in org.bouncycastle.openpgp.operator used by org.bouncycastle.openpgp.operator Class 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 forPGPDataDecryptor
.PGPDataEncryptor A data encryptor, combining a cipher instance and an optional integrity check calculator.PGPDataEncryptorBuilder A builder forPGPDataEncryptor
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 aPGPEncryptedDataGenerator
.PublicKeyKeyEncryptionMethodGenerator -
Classes in org.bouncycastle.openpgp.operator used by org.bouncycastle.openpgp.operator.bc Class 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 forPGPDataDecryptor
.PGPDataEncryptor A data encryptor, combining a cipher instance and an optional integrity check calculator.PGPDataEncryptorBuilder A builder forPGPDataEncryptor
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 aPGPEncryptedDataGenerator
.PublicKeyDataDecryptorFactory PublicKeyKeyEncryptionMethodGenerator