Uses of Class
sop.SessionKey
- 
Packages that use SessionKey Package Description org.pgpainless.sop Implementation of the java-sop package using pgpainless-core.sop Stateless OpenPGP Interface for Java.sop.operation Stateless OpenPGP Interface for Java. - 
- 
Uses of SessionKey in org.pgpainless.sop
Methods in org.pgpainless.sop with parameters of type SessionKey Modifier and Type Method Description DecryptImplDecryptImpl. withSessionKey(SessionKey sessionKey) - 
Uses of SessionKey in sop
Methods in sop that return SessionKey Modifier and Type Method Description static SessionKeySessionKey. fromString(String string)Methods in sop that return types with arguments of type SessionKey Modifier and Type Method Description Optional<SessionKey>DecryptionResult. getSessionKey()Constructors in sop with parameters of type SessionKey Constructor Description DecryptionResult(SessionKey sessionKey, List<Verification> verifications) - 
Uses of SessionKey in sop.operation
Methods in sop.operation with parameters of type SessionKey Modifier and Type Method Description DecryptDecrypt. withSessionKey(SessionKey sessionKey)Tries to decrypt with the given session key. 
 -