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

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyFactory.java62 * KeyFactory keyFactory = KeyFactory.getInstance("DSA");
71 * following standard <code>KeyFactory</code> algorithms:
78 * "{@docRoot}/../technotes/guides/security/StandardNames.html#KeyFactory">
79 * KeyFactory section</a> of the
96 public class KeyFactory { class
99 Debug.getInstance("jca", "KeyFactory");
118 * Creates a KeyFactory object.
123 * to associate with this <tt>KeyFactory</tt>
125 protected KeyFactory(KeyFactorySp method in class:KeyFactory
132 private KeyFactory(String algorithm) throws NoSuchAlgorithmException { method in class:KeyFactory
[all...]

Completed in 49 milliseconds