CommitBundle

data class CommitBundle(val commit: ByteArray, val welcome: Welcome?, val groupInfoBundle: GroupInfoBundle, val crlNewDistributionPoints: CrlDistributionPoints?)

Data shape for a MLS generic commit + optional bundle (aka stapled commit & welcome)

Constructors

Link copied to clipboard
constructor(commit: ByteArray, welcome: Welcome?, groupInfoBundle: GroupInfoBundle, crlNewDistributionPoints: CrlDistributionPoints?)

Properties

Link copied to clipboard

TLS serialized commit wrapped in a MLS message

Link copied to clipboard

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

Link copied to clipboard

TLS serialized GroupInfo NOT wrapped in a MLS message

Link copied to clipboard

TLS serialized welcome NOT wrapped in a MLS message