equal
deleted
inserted
replaced
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; |