Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp.operator.bc
Class BcPBESecretKeyDecryptorBuilder

java.lang.Object
  |
  +--org.bouncycastle.openpgp.operator.bc.BcPBESecretKeyDecryptorBuilder

public class BcPBESecretKeyDecryptorBuilder
extends java.lang.Object


Constructor Summary
BcPBESecretKeyDecryptorBuilder(PGPDigestCalculatorProvider calculatorProvider)
           
 
Method Summary
 PBESecretKeyDecryptor build(char[] passPhrase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcPBESecretKeyDecryptorBuilder

public BcPBESecretKeyDecryptorBuilder(PGPDigestCalculatorProvider calculatorProvider)
Method Detail

build

public PBESecretKeyDecryptor build(char[] passPhrase)

Bouncy Castle Cryptography Library 1.79