Decrypted Message
data class DecryptedMessage(var message: ByteArray?, var isActive: Boolean, var commitDelay: ULong?, var senderClientId: ClientId?, var identity: WireIdentity, var bufferedMessages: List<BufferedDecryptedMessage>?) : Disposable(source)
A decrypted message and various associated metadata.
Constructors
Link copied to clipboard
constructor(message: ByteArray?, isActive: Boolean, commitDelay: ULong?, senderClientId: ClientId?, identity: WireIdentity, bufferedMessages: List<BufferedDecryptedMessage>?)
Properties
Link copied to clipboard
Only set when the decrypted message is a commit.
Link copied to clipboard
Commit delay in seconds.
Link copied to clipboard
Identity claims present in the sender credential.
Link copied to clipboard
ClientId of the sender of the message being decrypted. Only present for application messages.