Searched refs:testAlgorithm (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/security/pkcs11/KeyAgreement/
H A DTestDH.java86 testAlgorithm(ka2, kp2, ka1, kp1, "DES");
87 testAlgorithm(ka2, kp2, ka1, kp1, "DESede");
88 // testAlgorithm(ka2, kp2, ka1, kp1, "AES");
89 // testAlgorithm(ka2, kp2, ka1, kp1, "RC4");
90 testAlgorithm(ka2, kp2, ka1, kp1, "Blowfish");
91 testAlgorithm(ka2, kp2, ka1, kp1, "TlsPremasterSecret");
94 private static void testAlgorithm(KeyAgreement ka1, KeyPair kp1, KeyAgreement ka2, KeyPair kp2, String algorithm) throws Exception { method in class:TestDH

Completed in 28 milliseconds