equal
deleted
inserted
replaced
31 import static java.lang.System.out; |
31 import static java.lang.System.out; |
32 |
32 |
33 /* |
33 /* |
34 * @test |
34 * @test |
35 * @bug 8048607 |
35 * @bug 8048607 |
36 * @compile ../../../com/sun/crypto/provider/Cipher/DES/TestUtility.java |
36 * @library ../../../com/sun/crypto/provider/Cipher/DES/TestUtility.java |
37 * @summary Test key generation of DES and DESEDE |
37 * @summary Test key generation of DES and DESEDE |
38 * @key randomness |
38 * @key randomness |
39 */ |
39 */ |
40 public class TestKGParity { |
40 public class TestKGParity { |
41 |
41 |