Searched refs:CertPathTrustManagerParameters (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DCertPathTrustManagerParameters.java45 public class CertPathTrustManagerParameters implements ManagerFactoryParameters { class in inherits:ManagerFactoryParameters
50 * Construct new CertPathTrustManagerParameters from the specified
58 public CertPathTrustManagerParameters(CertPathParameters parameters) { method in class:CertPathTrustManagerParameters
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DTrustManagerFactoryImpl.java256 if (spec instanceof CertPathTrustManagerParameters == false) {
258 ("Parameters must be CertPathTrustManagerParameters");
261 ((CertPathTrustManagerParameters)spec).getParameters();

Completed in 30 milliseconds