Buffered Decrypted Message
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?)