< prev index next >

test/java/security/MessageDigest/TestSameLength.java

Print this page

        

@@ -31,10 +31,11 @@
  * @test
  * @bug 8050371
  * @summary Check md.getDigestLength() equal digest output length with various
  *          algorithm/dataLen/(update,digest methods).
  * @author Kevin Liu
+ * @key randomness
  */
 
 public class TestSameLength {
 
     public static void main(String[] args) throws Exception {
< prev index next >