Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp.operator.bc
Class BcPBESecretKeyDecryptorBuilder

java.lang.Object
  extended byorg.bouncycastle.openpgp.operator.bc.BcPBESecretKeyDecryptorBuilder
All Implemented Interfaces:
PBESecretKeyDecryptorBuilder

public class BcPBESecretKeyDecryptorBuilder
extends java.lang.Object
implements PBESecretKeyDecryptorBuilder


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)
Specified by:
build in interface PBESecretKeyDecryptorBuilder

Bouncy Castle Cryptography Library 1.81