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

/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/PBE/
H A DTestCipherPBE.java50 private static final String[] ALGORITHMS = {"PBEWithMD5AndDES", field in class:TestCipherPBE
69 for (String algorithm : ALGORITHMS) {
/openjdk9/jdk/test/com/sun/crypto/provider/CICO/
H A DCICODESFuncTest.java51 private static final String[] ALGORITHMS = { "DES", "DESede", "Blowfish" }; field in class:CICODESFuncTest
73 for (String algorithm : ALGORITHMS) {
/openjdk9/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DSameDHKeyStressTest.java48 static final String[] ALGORITHMS = {"DH", "DiffieHellman", "dh", "diffieHELLMAN"}; field in class:SameDHKeyStressTest
57 for (String algorithm : ALGORITHMS) {
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/AEAD/
H A DEncrypt.java87 private static final String ALGORITHMS[] = { "AES", "Rijndael" }; field in class:Encrypt
125 for (String alg : ALGORITHMS) {

Completed in 125 milliseconds