jdk/test/java/security/cert/PKIXParameters/InvalidParameters.java
changeset 4347 ab0a9f495844
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
4346:aee26e5a53b0 4347:ab0a9f495844
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @test 4422738
    26  * @test 4422738
    27  * @compile -source 1.4 -target 1.4 InvalidParameters.java
    27  * @compile -source 1.4 InvalidParameters.java
    28  * @run main InvalidParameters
    28  * @run main InvalidParameters
    29  * @summary Make sure PKIXParameters(Set) and setTrustAnchors() detects invalid
    29  * @summary Make sure PKIXParameters(Set) and setTrustAnchors() detects invalid
    30  *          parameters and throws correct exceptions
    30  *          parameters and throws correct exceptions
    31  */
    31  */
    32 import java.security.InvalidAlgorithmParameterException;
    32 import java.security.InvalidAlgorithmParameterException;