Home
last modified time | relevance | path

Searched refs:userAuthenticationRequired (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreSecretKeyFactorySpi.java167 boolean userAuthenticationRequired = in getKeyInfo()
175 boolean userAuthenticationRequirementEnforcedBySecureHardware = (userAuthenticationRequired) in getKeyInfo()
207 userAuthenticationRequired, in getKeyInfo()
DKeyInfo.java102 boolean userAuthenticationRequired, in KeyInfo() argument
123 mUserAuthenticationRequired = userAuthenticationRequired; in KeyInfo()
DKeyProtection.java247 boolean userAuthenticationRequired, in KeyProtection() argument
268 mUserAuthenticationRequired = userAuthenticationRequired; in KeyProtection()
DKeyGenParameterSpec.java293 boolean userAuthenticationRequired, in KeyGenParameterSpec() argument
342 mUserAuthenticationRequired = userAuthenticationRequired; in KeyGenParameterSpec()