< prev index next >

test/sun/security/pkcs11/Mac/MacSameTest.java

Print this page

        

*** 35,44 **** --- 35,45 ---- * @bug 8048603 * @summary Check if doFinal and update operation result in same Mac * @author Yu-Ching Valerie Peng, Bill Situ, Alexander Fomin * @library .. * @run main MacSameTest + * @key randomness */ public class MacSameTest extends PKCS11Test { private static final int MESSAGE_SIZE = 25; private static final int OFFSET = 5;
< prev index next >