Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/security/KeyAgreement/
DKeyAgreementTest.java58 AlgoSpec aSpec = AlgoSpec.valueOf(AlgoSpec.class, kaAlgos.get(i)); in testKeyAgreement()
70 private enum AlgoSpec { enum in KeyAgreementTest
84 private AlgoSpec(String... curves) { in AlgoSpec() method in KeyAgreementTest.AlgoSpec