Interface SessionKeyDataDecryptorFactory
-
- All Superinterfaces:
PGPDataDecryptorFactory
- All Known Implementing Classes:
BcSessionKeyDataDecryptorFactory
public interface SessionKeyDataDecryptorFactory extends PGPDataDecryptorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PGPSessionKey
getSessionKey()
-
Methods inherited from interface org.bouncycastle.openpgp.operator.PGPDataDecryptorFactory
createDataDecryptor, createDataDecryptor, createDataDecryptor
-
-
-
-
Method Detail
-
getSessionKey
PGPSessionKey getSessionKey()
-
-