Interface SessionKeyDataDecryptorFactory
-
- All Superinterfaces:
PGPDataDecryptorFactory
- All Known Implementing Classes:
BcSessionKeyDataDecryptorFactory
public interface SessionKeyDataDecryptorFactory extends PGPDataDecryptorFactory
Factory forPGPDataDecryptorobjects that use aPGPSessionKeyto 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PGPSessionKeygetSessionKey()-
Methods inherited from interface org.bouncycastle.openpgp.operator.PGPDataDecryptorFactory
createDataDecryptor, createDataDecryptor, createDataDecryptor
-
-
-
-
Method Detail
-
getSessionKey
PGPSessionKey getSessionKey()
-
-