KeysBackupVersionTrust

data class KeysBackupVersionTrust(val usable: Boolean, val signatures: List<KeysBackupVersionTrustSignature> = emptyList())

Data model for response to KeysBackup.getKeysBackupTrust().

Constructors

Link copied to clipboard
fun KeysBackupVersionTrust(usable: Boolean, signatures: List<KeysBackupVersionTrustSignature> = emptyList())

Properties

Link copied to clipboard
val signatures: List<KeysBackupVersionTrustSignature>

Signatures found in the backup version.

Link copied to clipboard
val usable: Boolean

Flag to indicate if the backup is trusted. true if there is a signature that is valid & from a trusted device.