Searched refs:CertPathParameters (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DCertPathTrustManagerParameters.java28 import java.security.cert.CertPathParameters;
31 * A wrapper for CertPathParameters. This class is used to pass validation
40 * @see java.security.cert.CertPathParameters
47 private final CertPathParameters parameters;
54 * @param parameters the CertPathParameters to be used
58 public CertPathTrustManagerParameters(CertPathParameters parameters) {
59 this.parameters = (CertPathParameters)parameters.clone();
63 * Return a clone of the CertPathParameters encapsulated by this class.
65 * @return a clone of the CertPathParameters encapsulated by this class.
67 public CertPathParameters getParameter
[all...]
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertPathParameters.java36 * @see CertPathValidator#validate(CertPath, CertPathParameters)
37 * @see CertPathBuilder#build(CertPathParameters)
40 public interface CertPathParameters extends Cloneable { interface in inherits:Cloneable
43 * Makes a copy of this <code>CertPathParameters</code>. Changes to the
46 * @return a copy of this <code>CertPathParameters</code>
H A DCertPathBuilderSpi.java73 public abstract CertPathBuilderResult engineBuild(CertPathParameters params)
H A DCertPathValidatorSpi.java83 engineValidate(CertPath certPath, CertPathParameters params)
H A DCertPathBuilder.java265 public final CertPathBuilderResult build(CertPathParameters params)
H A DCertPathValidator.java276 CertPathParameters params)
H A DPKIXParameters.java86 public class PKIXParameters implements CertPathParameters {
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/
H A DStubProviderImpl.java29 import java.security.cert.CertPathParameters;
39 public CertPathBuilderResult engineBuild(CertPathParameters params) {
H A DGetInstance.java33 import java.security.cert.CertPathParameters;
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DPKIXCertPathValidator.java32 import java.security.cert.CertPathParameters;
95 CertPathParameters param)
H A DSunCertPathBuilder.java128 public CertPathBuilderResult engineBuild(CertPathParameters params)
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DTrustManagerFactoryImpl.java260 CertPathParameters params =

Completed in 84 milliseconds