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

/libcore/ojluni/src/main/java/javax/net/ssl/
H A DTrustManagerFactory.java39 * <p> Android provides the following <code>TrustManagerFactory</code> algorithms:
58 public class TrustManagerFactory { class
69 * Obtains the default TrustManagerFactory algorithm name.
72 * the value of the {@code ssl.TrustManagerFactory.algorithm}
77 * {@code ssl.TrustManagerFactory.algorithm} security property, or an
86 "ssl.TrustManagerFactory.algorithm");
96 * Creates a TrustManagerFactory object.
102 protected TrustManagerFactory(TrustManagerFactorySpi factorySpi, method in class:TrustManagerFactory
110 * Returns the algorithm name of this <code>TrustManagerFactory</code>
115 * <code>TrustManagerFactory</cod
[all...]

Completed in 56 milliseconds