Loading keystore/java/android/security/keystore2/AndroidKeyStoreSecretKeyFactorySpi.java +3 −1 Original line number Diff line number Diff line Loading @@ -252,7 +252,9 @@ public class AndroidKeyStoreSecretKeyFactorySpi extends SecretKeyFactorySpi { blockModes, userAuthenticationRequired, (int) userAuthenticationValidityDurationSeconds, keymasterHwEnforcedUserAuthenticators, userAuthenticationRequirementEnforcedBySecureHardware ? keymasterHwEnforcedUserAuthenticators : keymasterSwEnforcedUserAuthenticators, userAuthenticationRequirementEnforcedBySecureHardware, userAuthenticationValidWhileOnBody, trustedUserPresenceRequired, Loading Loading
keystore/java/android/security/keystore2/AndroidKeyStoreSecretKeyFactorySpi.java +3 −1 Original line number Diff line number Diff line Loading @@ -252,7 +252,9 @@ public class AndroidKeyStoreSecretKeyFactorySpi extends SecretKeyFactorySpi { blockModes, userAuthenticationRequired, (int) userAuthenticationValidityDurationSeconds, keymasterHwEnforcedUserAuthenticators, userAuthenticationRequirementEnforcedBySecureHardware ? keymasterHwEnforcedUserAuthenticators : keymasterSwEnforcedUserAuthenticators, userAuthenticationRequirementEnforcedBySecureHardware, userAuthenticationValidWhileOnBody, trustedUserPresenceRequired, Loading