Uses of Class
org.pgpainless.util.SessionKey
- 
Packages that use SessionKey Package Description org.pgpainless.decryption_verification Classes used to decryption and verification of OpenPGP encrypted / signed data. - 
- 
Uses of SessionKey in org.pgpainless.decryption_verification
Methods in org.pgpainless.decryption_verification that return SessionKey Modifier and Type Method Description SessionKeyConsumerOptions. getSessionKey()Return the session key.SessionKeyOpenPgpMetadata. getSessionKey()Methods in org.pgpainless.decryption_verification with parameters of type SessionKey Modifier and Type Method Description ConsumerOptionsConsumerOptions. setSessionKey(SessionKey sessionKey)Attempt decryption using a session key.OpenPgpMetadata.BuilderOpenPgpMetadata.Builder. setSessionKey(SessionKey sessionKey)Constructors in org.pgpainless.decryption_verification with parameters of type SessionKey Constructor Description OpenPgpMetadata(Set<Long> recipientKeyIds, SubkeyIdentifier decryptionKey, SessionKey sessionKey, CompressionAlgorithm algorithm, List<SignatureVerification> verifiedInbandSignatures, List<SignatureVerification.Failure> invalidInbandSignatures, List<SignatureVerification> verifiedDetachedSignatures, List<SignatureVerification.Failure> invalidDetachedSignatures, String fileName, Date modificationDate, StreamEncoding fileEncoding) 
 -