Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp.operator
Interface PBEProtectionRemoverFactory

All Known Implementing Classes:
JcePBEProtectionRemoverFactory

public interface PBEProtectionRemoverFactory


Method Summary
 PBESecretKeyDecryptor createDecryptor(java.lang.String protection)
           
 

Method Detail

createDecryptor

public PBESecretKeyDecryptor createDecryptor(java.lang.String protection)
                                      throws PGPException

Bouncy Castle Cryptography Library 1.79