saveIdentityFromPassword
fun saveIdentityFromPassword(userId: String, password: String, identity: ByteArray): String
Save the given identity for the given userId, encrypted with the given password.
Return
The SSKS ID of the stored identity, which can be used by your backend to manage it.
Parameters
userId | The ID of the userId. |
password | The password to encrypt the key. |
identity | The identity to save. |
Throws
SealdException |