Home
last modified time | relevance | path

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

/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java187 private Integer userAuthType; field in AuthorizationList
308 userAuthType = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()
438 userAuthType = CborUtils.getInt(submodMap, key); in AuthorizationList()
512 public static String userAuthTypeToString(int userAuthType) { in userAuthTypeToString() argument
514 if ((userAuthType & HW_AUTH_FINGERPRINT) != 0) in userAuthTypeToString()
516 if ((userAuthType & HW_AUTH_PASSWORD) != 0) in userAuthTypeToString()
668 return userAuthType; in getUserAuthType()
841 if (!noAuthRequired && userAuthType != null) { in toString()
842 s.append("\nAuth types: ").append(userAuthTypeToString(userAuthType)); in toString()