equal
deleted
inserted
replaced
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 7146728 |
26 * @bug 7146728 |
27 * @summary Interop test for DH with secret that has a leading 0x00 byte |
27 * @summary Interop test for DH with secret that has a leading 0x00 byte |
28 * @library .. |
28 * @library .. |
29 * @modules jdk.crypto.pkcs11 |
29 * @modules jdk.crypto.token |
30 * @run main/othervm TestInterop |
30 * @run main/othervm TestInterop |
31 * @run main/othervm TestInterop sm |
31 * @run main/othervm TestInterop sm |
32 */ |
32 */ |
33 import java.math.BigInteger; |
33 import java.math.BigInteger; |
34 import java.security.KeyFactory; |
34 import java.security.KeyFactory; |