org.bouncycastle.openpgp.operator
Interface PBESecretKeyDecryptorBuilderProvider
- All Known Implementing Classes:
- BcPBESecretKeyDecryptorBuilderProvider, JcePBESecretKeyDecryptorBuilderProvider
- public interface PBESecretKeyDecryptorBuilderProvider
Provider for PBESecretKeyDecryptorBuilder
instances.
The purpose of this class is to act as an abstract factory, whose subclasses can decide, which concrete
implementation of PBESecretKeyDecryptorBuilder
(builder for objects that can unlock encrypted
secret keys) to return.
provide
public PBESecretKeyDecryptorBuilder provide()
throws PGPException
- Throws:
PGPException