< prev index next >

jdk/test/sun/security/pkcs11/rsa/KeyWrap.java

Print this page

        

*** 26,36 **** * @bug 6231216 * @summary Verify key wrapping (of extractable keys) works for RSA/PKCS1 * @author Andreas Sterbenz * @library .. * @key randomness ! * @modules jdk.crypto.pkcs11 * @run main/othervm KeyWrap * @run main/othervm KeyWrap sm */ import java.security.GeneralSecurityException; --- 26,36 ---- * @bug 6231216 * @summary Verify key wrapping (of extractable keys) works for RSA/PKCS1 * @author Andreas Sterbenz * @library .. * @key randomness ! * @modules jdk.crypto.token * @run main/othervm KeyWrap * @run main/othervm KeyWrap sm */ import java.security.GeneralSecurityException;
< prev index next >