< prev index next >

test/java/security/MessageDigest/TestSameValue.java

Print this page

        

@@ -32,10 +32,11 @@
  * @test
  * @bug 8050371
  * @summary Check md.digest(data) value whether same with digest output value
  *          with various update/digest methods.
  * @author Kevin Liu
+ * @key randomness
  */
 
 public class TestSameValue {
 
     public static void main(String[] args) throws Exception {
< prev index next >