Searched refs:keyAlgorithm (Results 1 – 5 of 5) sorted by relevance
94 String keyAlgorithm = in setUp() local97 KeyPair keyPair = sKeyPairs.get(keyAlgorithm); in setUp()99 KeyPairGenerator generator = KeyPairGenerator.getInstance(keyAlgorithm); in setUp()101 sKeyPairs.put(keyAlgorithm, keyPair); in setUp()
195 String keyAlgorithm = getSignatureAlgorithmJcaKeyAlgorithm(signatureAlgorithmId); in verifySigner() local203 KeyFactory.getInstance(keyAlgorithm) in verifySigner()
274 String keyAlgorithm = getSignatureAlgorithmJcaKeyAlgorithm(bestSigAlgorithm); in verifySigner() local282 KeyFactory.getInstance(keyAlgorithm) in verifySigner()
332 String keyAlgorithm = getSignatureAlgorithmJcaKeyAlgorithm(bestSigAlgorithm); in verifySigner() local340 KeyFactory.getInstance(keyAlgorithm) in verifySigner()
301 String keyAlgorithm = key.getAlgorithm(); in getLegacyKeyProtectionParameter() local303 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()316 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()345 throw new KeyStoreException("Unsupported key algorithm: " + keyAlgorithm); in getLegacyKeyProtectionParameter()