Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp.operator
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.


Method Summary
 PGPSessionKey getSessionKey()
           
 
Methods inherited from interface org.bouncycastle.openpgp.operator.PGPDataDecryptorFactory
createDataDecryptor, createDataDecryptor, createDataDecryptor
 

Method Detail

getSessionKey

public PGPSessionKey getSessionKey()

Bouncy Castle Cryptography Library 1.81