DeviceSignature

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

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The id of the device that signed the backup version.

Link copied to clipboard

Flag to indicate the signature from this device is valid.