DecryptedMessageBundle

data class DecryptedMessageBundle(val message: ByteArray?, val commitDelay: Long?, val senderClientId: CryptoQualifiedClientId?, val hasEpochChanged: Boolean, val identity: WireIdentity?, val crlNewDistributionPoints: List<String>?)

Constructors

Link copied to clipboard
constructor(message: ByteArray?, commitDelay: Long?, senderClientId: CryptoQualifiedClientId?, hasEpochChanged: Boolean, identity: WireIdentity?, crlNewDistributionPoints: List<String>?)

Properties

Link copied to clipboard
val commitDelay: Long?
Link copied to clipboard
val crlNewDistributionPoints: List<String>?
Link copied to clipboard
val hasEpochChanged: Boolean
Link copied to clipboard
Link copied to clipboard
val message: ByteArray?
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