Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp.operator
Interface SessionKeyDataDecryptorFactory

All Superinterfaces:
PGPDataDecryptorFactory
All Known Implementing Classes:
BcSessionKeyDataDecryptorFactory

public interface SessionKeyDataDecryptorFactory
extends PGPDataDecryptorFactory


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.79