decryptMnemonic

open fun decryptMnemonic(password: Array<Byte>): String

Decrypts the mnemonic phrase.

Return

Bip39 decrypted mnemonic if success, null pointer otherwise

Parameters

key

Non-null pointer to a stored key

password

Non-null block of data, password of the stored key