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