< prev index next >

test/com/sun/crypto/provider/Cipher/PBE/PBKDF2Translate.java

Print this page

        

*** 35,44 **** --- 35,45 ---- * @test * @bug 8041781 * @summary Verify if the SecretKeyFactory.translateKey() method works * @author Alexander Fomin * @run main PBKDF2Translate + * @key randomness */ public class PBKDF2Translate { private static final String[] ALGO_TO_TEST = { "PBKDF2WithHmacSHA1",
< prev index next >