< prev index next >

test/java/security/cert/CertPathValidator/trustAnchor/ValidateNC.java

Print this page

        

*** 26,35 **** --- 26,36 ---- * @bug 4458951 * @summary Check that Sun's PKIX implementation of * CertPathValidator.validate() and CertPathBuilder.build() throw an * InvalidAlgorithmParameterException if any of the TrustAnchors specified * contain nameConstraints + * @modules java.base/sun.security.util */ import java.io.File; import java.io.FileInputStream; import java.io.IOException;
< prev index next >