replaceKeystore
fun replaceKeystore(newKeystoreFilePath: File, keystoreChecksum: String, callback: Callback<Unit, MapUpdateError>)
Replaces the current keystore with the specified file.
Parameters
newKeystoreFilePath
Path to the new keystore file (requires read access).
keystoreChecksum
Checksum for validating the keystore file. If empty, no validation is performed.
callback
Callback invoked upon success or error (executed on the main thread).