Signature Helper
constructor(alias: String, requireBiometricAuth: Boolean = false, dsaAlgorithm: DsaAlgorithm = DsaAlgorithms.SHA384_WITH_ECDSA, keyPairProvider: String = "AndroidKeyStore")
Parameters
alias
The alias of the key entry in the KeyStore.
require Biometric Auth
Indicates if strong biometric authentication is required for accessing the key.
dsa Algorithm
The algorithm to be used for signing data. Default is DsaAlgorithms.SHA384_WITH_ECDSA.
key Pair Provider
The provider for the KeyStore. Default is "AndroidKeyStore".