store

open fun store(path: String): Boolean

Saves the key to a file.

Return

true if the key was successfully stored in the given filepath file, false otherwise

Parameters

key

Non-null pointer to a stored key

path

Non-null string filepath where the key will be saved