OneTimeKey

data class OneTimeKey(val keyId: Long, val publicKey: String)

Represents a signal-compliant OneTimeKey. It is used to allow both parties to agree on Bob's ratchet public key.

Constructors

Link copied to clipboard
constructor(keyId: Long, publicKey: String)

Properties

Link copied to clipboard
val keyId: Long

The key's id.

Link copied to clipboard

Bob's ratchet public key.