test/jdk/java/security/cert/PKIXParameters/InvalidParameters.java
changeset 48519 482ede6c4936
parent 47216 71c04702a3d5
equal deleted inserted replaced
48518:e2c862ab9601 48519:482ede6c4936
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @test 4422738
    26  * @bug 4422738
    27  * @compile InvalidParameters.java
    27  * @compile 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  */