< prev index next >

test/java/security/MessageDigest/TestSameValue.java

Print this page
rev 17326 : [mq]: 8181761-2

*** 35,44 **** --- 35,46 ---- * @summary Check md.digest(data) value whether same with digest output value * with various update/digest methods. * @author Kevin Liu * @key randomness * @library /test/lib + * @build jdk.test.lib.RandomFactory + * @run main TestSameValue */ public class TestSameValue { public static void main(String[] args) throws Exception {
< prev index next >