setKeystoreAlias

@Deprecated(since = "SDK 3.6.4")
open fun setKeystoreAlias(@NonNull alias: String): STWConfiguration.Builder

Set the keystore alia for the encrypting operations.

Return

Builder This Builder object to allow for chaining of calls to set methods.

Deprecated

This method is no more used in the SDK, the password is encrypted by default

Parameters

alias

String The keystore alias to use for the encrypting operation.