Home
last modified time | relevance | path

Searched refs:kaAlgos (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/security/KeyAgreement/
DKeyAgreementTest.java51 List<String> kaAlgos = Arrays.asList("DiffieHellman", "ECDH"); field in KeyAgreementTest
57 for (int i = 0; i < kaAlgos.size(); i++) { in testKeyAgreement()
58 AlgoSpec aSpec = AlgoSpec.valueOf(AlgoSpec.class, kaAlgos.get(i)); in testKeyAgreement()
61 testKeyAgreement(providers.get(i), kaAlgos.get(i), kpgAlgos.get(i), spec); in testKeyAgreement()