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>?)