Functions
Link copied to clipboard
Returns an AndroidKeyStoreSigningKey for the given algorithm and keyId if a matching key already exists in the Android Keystore, or null if no such key is found.
Link copied to clipboard
fun getOrCreateInstance(algorithm: SigningAlgorithm, keyId: String?, keySizeInBits: Int = 2048, strongBoxPreference: SecureHardwarePreference = SecureHardwarePreference.None): AndroidKeyStoreSigningKey
Returns an AndroidKeyStoreSigningKey for the given algorithm and keyId, generating a new key in the Android Keystore if one does not already exist.