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

/libcore/ojluni/src/main/java/java/security/
H A DKeyFactory.java62 * KeyFactory keyFactory = KeyFactory.getInstance("DSA");
70 * <p> Android provides the following <code>KeyFactory</code> algorithms:
103 * "{@docRoot}openjdk-redirect.html?v=8&path=/technotes/guides/security/StandardNames.html#KeyFactory">
104 * KeyFactory section</a> of the
119 public class KeyFactory { class
122 Debug.getInstance("jca", "KeyFactory");
141 * Creates a KeyFactory object.
146 * to associate with this {@code KeyFactory}
148 protected KeyFactory(KeyFactorySp method in class:KeyFactory
155 private KeyFactory(String algorithm) throws NoSuchAlgorithmException { method in class:KeyFactory
[all...]
/libcore/ojluni/src/main/java/java/lang/reflect/
H A DProxy.java251 proxyClassCache = new WeakCache<>(new KeyFactory(), new ProxyClassFactory());
558 private static final class KeyFactory class in class:Proxy

Completed in 393 milliseconds