Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp.operator
Interface PBESecretKeyDecryptorBuilder

All Known Implementing Classes:
BcPBESecretKeyDecryptorBuilder, JcePBESecretKeyDecryptorBuilder

public interface PBESecretKeyDecryptorBuilder


Method Summary
 PBESecretKeyDecryptor build(char[] passphrase)
           
 

Method Detail

build

public PBESecretKeyDecryptor build(char[] passphrase)
                            throws PGPException
Throws:
PGPException

Bouncy Castle Cryptography Library 1.81