Searched refs:keyAlgorithm (Results 1 – 5 of 5) sorted by relevance
93 String keyAlgorithm = in setUp() local96 KeyPair keyPair = sKeyPairs.get(keyAlgorithm); in setUp()98 KeyPairGenerator generator = KeyPairGenerator.getInstance(keyAlgorithm); in setUp()100 sKeyPairs.put(keyAlgorithm, keyPair); in setUp()
151 String keyAlgorithm = getSignatureAlgorithmJcaKeyAlgorithm(signatureAlgorithmId); in verifySigner() local159 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()
288 String keyAlgorithm = key.getAlgorithm(); in getLegacyKeyProtectionParameter() local290 if (KeyProperties.KEY_ALGORITHM_EC.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()303 } else if (KeyProperties.KEY_ALGORITHM_RSA.equalsIgnoreCase(keyAlgorithm)) { in getLegacyKeyProtectionParameter()332 throw new KeyStoreException("Unsupported key algorithm: " + keyAlgorithm); in getLegacyKeyProtectionParameter()