SoftwareKeyUnlockData

class SoftwareKeyUnlockData(val passphrase: String) : KeyUnlockData

A class that can be used to provide information used for unlocking a key.

Currently only passphrases are supported.

Parameters

passphrase

the passphrase.

Constructors

Link copied to clipboard
constructor(passphrase: String)

Properties

Link copied to clipboard