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