generateAndroidKeyStoreSecretKey
Generates a secret key in the Android keystore. This method configures the key generation parameters, including key size, block modes, encryption paddings, and user authentication requirements. It also handles the case where StrongBox is unavailable and falls back to generating the key without StrongBox support.
Return
The generated secret key.