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

/libcore/luni/src/main/java/javax/net/ssl/
H A DTrustManagerFactory.java33 public class TrustManagerFactory { class
35 private static final String SERVICE = "TrustManagerFactory";
41 private static final String PROPERTY_NAME = "ssl.TrustManagerFactory.algorithm";
43 // Default value of TrustManagerFactory type.
47 * Returns the default algorithm name for the {@code TrustManagerFactory}. The
49 * {@code 'ssl.TrustManagerFactory.algorithm'}.
59 * Creates a new {@code TrustManagerFactory} instance for the specified
71 public static final TrustManagerFactory getInstance(String algorithm)
77 return new TrustManagerFactory((TrustManagerFactorySpi) sap.spi, sap.provider, algorithm);
81 * Creates a new {@code TrustManagerFactory} instanc
158 protected TrustManagerFactory(TrustManagerFactorySpi factorySpi, Provider provider, method in class:TrustManagerFactory
[all...]

Completed in 310 milliseconds