importJSON

open fun importJSON(json: Array<Byte>): StoredKey

Imports a key from JSON.

Return

Nullptr if the key can't be imported, the stored key otherwise

Parameters

json

Json stored key import format as a non-null block of data