jdk/test/javax/crypto/KeyGenerator/TestKGParity.java
changeset 32766 2322e6c2a032
parent 30046 cf2c86e1819e
child 32767 7c9edd1bbf35
equal deleted inserted replaced
32765:b65c2f5d4d01 32766:2322e6c2a032
    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