Bouncy Castle Cryptography 1.51

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

PBESecretKeyDecryptor createDecryptor(java.lang.String protection)
                                      throws PGPException
Throws:
PGPException

Bouncy Castle Cryptography 1.51