saveIdentityFromPassword
fun saveIdentityFromPassword(userId: String, password: String, identity: ByteArray)
Save the given identity for the given userId, encrypted with the given password.
Parameters
userId | The ID of the userId. |
password | The password to encrypt the key. |
identity | The identity to save. |
Throws
Exception |