Bouncy Castle Cryptography Library 1.81

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
Throws:
PGPException

Bouncy Castle Cryptography Library 1.81