Uses of Interface
org.bouncycastle.openpgp.operator.PGPDigestCalculatorProvider
-
Packages that use PGPDigestCalculatorProvider Package Description org.bouncycastle.gpg Parsing classes for the GPG V2 SExpr format and other utilites.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. -
-
Uses of PGPDigestCalculatorProvider in org.bouncycastle.gpg
Constructors in org.bouncycastle.gpg with parameters of type PGPDigestCalculatorProvider Constructor Description SExprParser(PGPDigestCalculatorProvider digestProvider)
Base constructor. -
Uses of PGPDigestCalculatorProvider in org.bouncycastle.openpgp.operator
Constructors in org.bouncycastle.openpgp.operator with parameters of type PGPDigestCalculatorProvider Constructor Description PBEDataDecryptorFactory(char[] passPhrase, PGPDigestCalculatorProvider calculatorProvider)
Construct a PBE data decryptor factory.PBESecretKeyDecryptor(char[] passPhrase, PGPDigestCalculatorProvider calculatorProvider)
-
Uses of PGPDigestCalculatorProvider in org.bouncycastle.openpgp.operator.bc
Classes in org.bouncycastle.openpgp.operator.bc that implement PGPDigestCalculatorProvider Modifier and Type Class Description class
BcPGPDigestCalculatorProvider
Constructors in org.bouncycastle.openpgp.operator.bc with parameters of type PGPDigestCalculatorProvider Constructor Description BcPBESecretKeyDecryptorBuilder(PGPDigestCalculatorProvider calculatorProvider)
-
Uses of PGPDigestCalculatorProvider in org.bouncycastle.openpgp.operator.jcajce
Methods in org.bouncycastle.openpgp.operator.jcajce that return PGPDigestCalculatorProvider Modifier and Type Method Description PGPDigestCalculatorProvider
JcaPGPDigestCalculatorProviderBuilder. build()
Constructs a new PGPDigestCalculatorProviderConstructors in org.bouncycastle.openpgp.operator.jcajce with parameters of type PGPDigestCalculatorProvider Constructor Description JcePBEDataDecryptorFactoryBuilder(PGPDigestCalculatorProvider calculatorProvider)
Base constructor.JcePBEProtectionRemoverFactory(char[] passPhrase, PGPDigestCalculatorProvider calculatorProvider)
JcePBESecretKeyDecryptorBuilder(PGPDigestCalculatorProvider calculatorProvider)
-