BackupHeader

internal data class BackupHeader(val version: Int, val isEncrypted: Boolean, val hashData: HashData)

The unencrypted data we write on the beginning of the backup files.

Constructors

Link copied to clipboard
constructor(version: Int, isEncrypted: Boolean, hashData: HashData)

Properties

Link copied to clipboard
Link copied to clipboard
val isEncrypted: Boolean
Link copied to clipboard
val version: Int