< prev index next >

test/javax/crypto/KeyGenerator/TestKGParity.java

Print this page

        

@@ -33,10 +33,11 @@
 /*
  * @test
  * @bug 8048607
  * @compile ../../../com/sun/crypto/provider/Cipher/DES/TestUtility.java
  * @summary Test key generation of DES and DESEDE
+ * @key randomness
  */
 public class TestKGParity {
 
     private static final String[] ALGORITHM_ARR = {
         "deS", "DesEDE"
< prev index next >