< prev index next >

test/javax/crypto/NullCipher/TestNPE.java

Print this page

        

@@ -24,10 +24,11 @@
 /*
  * @test
  * @bug 4937853
  * @summary Make sure normal calls of NullCipher does not throw NPE.
  * @author Valerie Peng
+ * @key randomness
  */
 import java.util.Arrays;
 import java.security.AlgorithmParameters;
 import java.security.Key;
 import java.security.SecureRandom;
< prev index next >