< prev index next >

test/jdk/com/sun/crypto/provider/Mac/HmacSHA512.java

Print this page
rev 51789 : [mq]: asserts

*** 19,38 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! import jdk.testlibrary.Asserts; import javax.crypto.Mac; import javax.crypto.spec.SecretKeySpec; import java.util.Arrays; /** * @test * @bug 8051408 ! * @library /lib/testlibrary * @summary testing HmacSHA512/224 and HmacSHA512/256. */ public class HmacSHA512 { public static void main(String[] args) throws Exception { --- 19,38 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! import jdk.test.lib.Asserts; import javax.crypto.Mac; import javax.crypto.spec.SecretKeySpec; import java.util.Arrays; /** * @test * @bug 8051408 ! * @library /test/lib * @summary testing HmacSHA512/224 and HmacSHA512/256. */ public class HmacSHA512 { public static void main(String[] args) throws Exception {
< prev index next >