resolve

abstract fun resolve(passphraseId: String, callback: (passphrase: String) -> Unit)

This method is used to resolve the passphrase for a given passphrase id.

Parameters

passphraseId

The id of the passphrase that should be resolved.

callback

The callback that should be called with the passphrase.