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

/openjdk10/jdk/test/javax/crypto/SecretKeyFactory/
H A DPBKDF2TranslateTest.java52 private final String algoForTest; field in class:PBKDF2TranslateTest
66 algoForTest = algo;
79 SecretKey key1 = getSecretKeyForPBKDF2(algoForTest, salt);
82 SecretKeyFactory skf = SecretKeyFactory.getInstance(algoForTest);
93 + " not the same for " + algoForTest
107 SecretKey key1 = getSecretKeyForPBKDF2(algoForTest, salt);
118 SecretKeyFactory skf = SecretKeyFactory.getInstance(algoForTest);
129 + " the same for " + algoForTest + " algorithm.");
149 SecretKeyFactory skf = SecretKeyFactory.getInstance(algoForTest);
179 return new MyPBKDF2SecretKey(PASS_PHRASE, algoForTest, sal
[all...]

Completed in 84 milliseconds