Searched refs:SunCertPathBuilderParameters (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/security/provider/certpath/ReverseBuilder/
H A DBuildPath.java35 import sun.security.provider.certpath.SunCertPathBuilderParameters;
47 SunCertPathBuilderParameters params =
48 new SunCertPathBuilderParameters(Collections.singleton(anchor),xcs);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DSunCertPathBuilderParameters.java50 public class SunCertPathBuilderParameters extends PKIXBuilderParameters { class in inherits:PKIXBuilderParameters
55 * Creates an instance of <code>SunCertPathBuilderParameters</code> with the
68 public SunCertPathBuilderParameters(Set<TrustAnchor> trustAnchors, method in class:SunCertPathBuilderParameters
76 * Creates an instance of <code>SunCertPathBuilderParameters</code> that
89 public SunCertPathBuilderParameters(KeyStore keystore, method in class:SunCertPathBuilderParameters
H A DSunCertPathBuilder.java114 * SunCertPathBuilderParameters with the buildForward flag set to false.
141 if (params instanceof SunCertPathBuilderParameters) {
143 ((SunCertPathBuilderParameters)params).getBuildForward();

Completed in 32 milliseconds