BufferedDecryptedMessage

data class BufferedDecryptedMessage(val message: ByteArray?, val isActive: Boolean, val commitDelay: Long?, val senderClientId: ClientId?, val hasEpochChanged: Boolean, val identity: WireIdentity, val crlNewDistributionPoints: CrlDistributionPoints?)

Type safe recursion of DecryptedMessage

Constructors

Link copied to clipboard
constructor(message: ByteArray?, isActive: Boolean, commitDelay: Long?, senderClientId: ClientId?, hasEpochChanged: Boolean, identity: WireIdentity, crlNewDistributionPoints: CrlDistributionPoints?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int