KeyAndSalt

@Serializable
class KeyAndSalt(val key: SecretKey, val salt: PasswordSalt) : SetLocalSecret

Use to directly (without doing password hashing) set the SecretKey and PasswordSalt for read or write access.

Constructors

Link copied to clipboard
constructor(key: SecretKey, salt: PasswordSalt)

Properties

Link copied to clipboard
Link copied to clipboard