Interface SessionKeyDataDecryptorFactory

All Superinterfaces:
PGPDataDecryptorFactory
All Known Implementing Classes:
BcSessionKeyDataDecryptorFactory

public interface SessionKeyDataDecryptorFactory extends PGPDataDecryptorFactory
Factory for PGPDataDecryptor objects that use a PGPSessionKey to decrypt the content of an OpenPGP message. The purpose of this class is to act as an abstract factory, whose subclasses can decide, which concrete implementation to use for message decryption.