Searched refs:keyAlgorithm (Results 1 – 4 of 4) sorted by relevance
109 String keyAlgorithm = getSignatureAlgorithmJcaKeyAlgorithm(signatureAlgorithmId); in verifySigner() local117 KeyFactory.getInstance(keyAlgorithm) in verifySigner()
263 String keyAlgorithm = getSignatureAlgorithmJcaKeyAlgorithm(bestSigAlgorithm); in verifySigner() local271 KeyFactory.getInstance(keyAlgorithm) in verifySigner()
277 String keyAlgorithm = getSignatureAlgorithmJcaKeyAlgorithm(bestSigAlgorithm); in verifySigner() local285 KeyFactory.getInstance(keyAlgorithm) in verifySigner()
278 String keyAlgorithm = key.getAlgorithm(); in getLegacyKeyProtectionParameter() local280 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()293 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()322 throw new KeyStoreException("Unsupported key algorithm: " + keyAlgorithm); in getLegacyKeyProtectionParameter()