jdk/test/com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java
changeset 39462 0525665e8869
parent 37361 a790f7bc3878
equal deleted inserted replaced
39461:62d04767cf47 39462:0525665e8869
    27  * @summary Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits
    27  * @summary Support DHE sizes up to 8192-bits and DSA sizes up to 3072-bits
    28  * @run main/timeout=300 SupportedDHParamGens 512
    28  * @run main/timeout=300 SupportedDHParamGens 512
    29  * @run main/timeout=300 SupportedDHParamGens 768
    29  * @run main/timeout=300 SupportedDHParamGens 768
    30  * @run main/timeout=300 SupportedDHParamGens 832
    30  * @run main/timeout=300 SupportedDHParamGens 832
    31  * @run main/timeout=300 SupportedDHParamGens 1024
    31  * @run main/timeout=300 SupportedDHParamGens 1024
    32  * @run main/timeout=300 SupportedDHParamGens 2048
    32  * @run main/timeout=600 SupportedDHParamGens 2048
    33  * @run main/timeout=450 SupportedDHParamGens 3072
    33  * @run main/timeout=700 SupportedDHParamGens 3072
    34  */
    34  */
    35 
    35 
    36 import java.math.BigInteger;
    36 import java.math.BigInteger;
    37 
    37 
    38 import java.security.*;
    38 import java.security.*;