jdk/test/sun/security/pkcs11/KeyAgreement/TestInterop.java
changeset 42693 6645de32a866
parent 40975 680639c9b307
child 43248 5e15de85a1a0
equal deleted inserted replaced
42692:97247477b481 42693:6645de32a866
    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;