Searched refs:kaAlgos (Results 1 – 1 of 1) sorted by relevance
51 List<String> kaAlgos = Arrays.asList("DiffieHellman", "ECDH"); field in KeyAgreementTest57 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()