< prev index next >

test/java/security/MessageDigest/TestSameLength.java

Print this page

        

*** 31,40 **** --- 31,41 ---- * @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 >