DeviceSignature

data class DeviceSignature(    val deviceId: String?,     val device: CryptoDeviceInfo?,     val valid: Boolean) : KeysBackupVersionTrustSignature

Constructors

Link copied to clipboard
fun DeviceSignature(    deviceId: String?,     device: CryptoDeviceInfo?,     valid: Boolean)

Properties

Link copied to clipboard
val device: CryptoDeviceInfo?

The device that signed the backup version. Can be null if the device is not known.

Link copied to clipboard
val deviceId: String?

The id of the device that signed the backup version.

Link copied to clipboard
val valid: Boolean

Flag to indicate the signature from this device is valid.