提交 353359eb 编写于 作者: V vinnie

7087021: TEST: com/sun/crypto/provider/Mac/MacClone.java failed on Solaris sparc 5.10

Reviewed-by: mullan
上级 25657da5
/* /*
* Copyright (c) 1998, 2007, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/* /*
* @test * @test
* @bug 0000000 * @bug 7087021
* @summary MacClone * @summary MacClone
* @author Jan Luehe * @author Jan Luehe
*/ */
...@@ -56,7 +56,7 @@ public class MacClone { ...@@ -56,7 +56,7 @@ public class MacClone {
KeyGenerator kgen = KeyGenerator.getInstance("DES"); KeyGenerator kgen = KeyGenerator.getInstance("DES");
SecretKey skey = kgen.generateKey(); SecretKey skey = kgen.generateKey();
mac = Mac.getInstance("HmacSHA1"); mac = Mac.getInstance("HmacSHA1", "SunJCE");
mac.init(skey); mac.init(skey);
macClone = (Mac)mac.clone(); macClone = (Mac)mac.clone();
System.out.println(macClone.getProvider().toString()); System.out.println(macClone.getProvider().toString());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册