E2EEUserKey

data class E2EEUserKey(val userId: String, val keyIndex: Int, val fingerprint: String)

A key held for one participant. fingerprint is a digest, not the key material, and is safe to log — it is there so two devices can confirm they agree without exchanging keys.

Constructors

Link copied to clipboard
constructor(userId: String, keyIndex: Int, fingerprint: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard