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

/libcore/ojluni/src/main/java/javax/net/ssl/
H A DKeyManagerFactory.java42 public class KeyManagerFactory { class
53 * Obtains the default KeyManagerFactory algorithm name.
56 * the value of the "ssl.KeyManagerFactory.algorithm" security
73 "ssl.KeyManagerFactory.algorithm");
83 * Creates a KeyManagerFactory object.
89 protected KeyManagerFactory(KeyManagerFactorySpi factorySpi, method in class:KeyManagerFactory
97 * Returns the algorithm name of this <code>KeyManagerFactory</code> object.
101 * <code>KeyManagerFactory</code> object.
103 * @return the algorithm name of this <code>KeyManagerFactory</code> object.
110 * Returns a <code>KeyManagerFactory</cod
[all...]

Completed in 81 milliseconds