WelcomeBundle

data class WelcomeBundle(val id: MLSGroupId, val crlNewDistributionPoints: CrlDistributionPoints?)

Contains everything client needs to know after decrypting an (encrypted) Welcome message

Constructors

Link copied to clipboard
constructor(id: MLSGroupId, crlNewDistributionPoints: CrlDistributionPoints?)

Properties

Link copied to clipboard

New CRL distribution points that appeared by the introduction of a new credential

Link copied to clipboard

MLS Group Id

Functions

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