TargetedRepairParam

data class TargetedRepairParam(val domain: String, val faultyKeys: List<String>)

Parameters for targeted repair of faulty removal keys in MLS conversations.

Constructors

Link copied to clipboard
constructor(domain: String, faultyKeys: List<String>)

Properties

Link copied to clipboard
val domain: String

The target domain in which the repair should be performed for the user and conversations.

Link copied to clipboard
val faultyKeys: List<String>

The faulty removal key to be repaired in hex string format.