Package sop
Class DecryptionResult
- java.lang.Object
-
- sop.DecryptionResult
-
public class DecryptionResult extends Object
-
-
Constructor Summary
Constructors Constructor Description DecryptionResult(SessionKey sessionKey, List<Verification> verifications)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<SessionKey>
getSessionKey()
List<Verification>
getVerifications()
-
-
-
Constructor Detail
-
DecryptionResult
public DecryptionResult(SessionKey sessionKey, List<Verification> verifications)
-
-
Method Detail
-
getSessionKey
public Optional<SessionKey> getSessionKey()
-
getVerifications
public List<Verification> getVerifications()
-
-