Searched defs:TrustManagerFactory (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DTrustManagerFactory.java42 public class TrustManagerFactory { class
53 * Obtains the default TrustManagerFactory algorithm name.
56 * the value of the "ssl.TrustManagerFactory.algorithm" security
70 "ssl.TrustManagerFactory.algorithm");
80 * Creates a TrustManagerFactory object.
86 protected TrustManagerFactory(TrustManagerFactorySpi factorySpi, method in class:TrustManagerFactory
94 * Returns the algorithm name of this <code>TrustManagerFactory</code>
99 * <code>TrustManagerFactory</code> object.
101 * @return the algorithm name of this <code>TrustManagerFactory</code>
109 * Returns a <code>TrustManagerFactory</cod
[all...]
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/
H A DTrustManagerFactory.java27 * NOTE: this file was copied from javax.net.ssl.TrustManagerFactory
41 * replaced by {@link javax.net.ssl.TrustManagerFactory}.
44 public class TrustManagerFactory { class
78 * Creates a TrustManagerFactory object.
84 protected TrustManagerFactory(TrustManagerFactorySpi factorySpi, method in class:TrustManagerFactory
92 * Returns the algorithm name of this <code>TrustManagerFactory</code>
97 * <code>TrustManagerFactory</code> object.
99 * @return the algorithm name of this <code>TrustManagerFactory</code>
107 * Generates a <code>TrustManagerFactory</code> object that implements the
111 * <code>TrustManagerFactory</cod
[all...]

Completed in 38 milliseconds