< prev index next >

jdk/test/sun/security/pkcs11/KeyAgreement/TestInterop.java

Print this page

        

*** 24,34 **** /* * @test * @bug 7146728 * @summary Interop test for DH with secret that has a leading 0x00 byte * @library .. ! * @modules jdk.crypto.pkcs11 * @run main/othervm TestInterop * @run main/othervm TestInterop sm */ import java.math.BigInteger; import java.security.KeyFactory; --- 24,34 ---- /* * @test * @bug 7146728 * @summary Interop test for DH with secret that has a leading 0x00 byte * @library .. ! * @modules jdk.crypto.token * @run main/othervm TestInterop * @run main/othervm TestInterop sm */ import java.math.BigInteger; import java.security.KeyFactory;
< prev index next >