MXEvent Decryption Result
data class MXEventDecryptionResult( val clearEvent: JsonDict, val senderCurve25519Key: String? = null, val claimedEd25519Key: String? = null, val forwardingCurve25519KeyChain: List<String> = emptyList(), val messageVerificationState: MessageVerificationState? = null)
Content copied to clipboard
The result of a (successful) call to decryptEvent.
Constructors
Link copied to clipboard
fun MXEventDecryptionResult( clearEvent: JsonDict, senderCurve25519Key: String? = null, claimedEd25519Key: String? = null, forwardingCurve25519KeyChain: List<String> = emptyList(), messageVerificationState: MessageVerificationState? = null)
Content copied to clipboard