Searched refs:algUpper (Results 1 – 1 of 1) sorted by relevance
697 final String algUpper = algorithm.toUpperCase(Locale.US); in isKeyAlgorithmSupported() local698 return KeyProperties.KEY_ALGORITHM_EC.equals(algUpper) in isKeyAlgorithmSupported()699 || KeyProperties.KEY_ALGORITHM_RSA.equals(algUpper); in isKeyAlgorithmSupported()