Class BcPBESecretKeyDecryptorBuilder
- java.lang.Object
-
- org.bouncycastle.openpgp.operator.bc.BcPBESecretKeyDecryptorBuilder
-
public class BcPBESecretKeyDecryptorBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BcPBESecretKeyDecryptorBuilder(PGPDigestCalculatorProvider calculatorProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PBESecretKeyDecryptor
build(char[] passPhrase)
-
-
-
Constructor Detail
-
BcPBESecretKeyDecryptorBuilder
public BcPBESecretKeyDecryptorBuilder(PGPDigestCalculatorProvider calculatorProvider)
-
-
Method Detail
-
build
public PBESecretKeyDecryptor build(char[] passPhrase)
-
-