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