import Private Key Encoded With Encryption And Derivation
open fun importPrivateKeyEncodedWithEncryptionAndDerivation(privateKey: String, name: String, password: Array<Byte>, coin: CoinType, encryption: StoredKeyEncryption, derivation: Derivation): StoredKey
Imports an encoded private key.
Return
Nullptr if the key can't be imported, the stored key otherwise
Parameters
private Key
Non-null encoded private key
name
The name of the stored key to import as a non-null string
password
Non-null block of data, password of the stored key
coin
the coin type
encryption
cipher encryption mode
derivation
derivation of the given coin type