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

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyPairGenerator.java38 * The KeyPairGenerator class is used to generate pairs of
59 * method in this KeyPairGenerator class that takes these two universally
95 * <p>In case the client does not explicitly initialize the KeyPairGenerator
104 * this <code>KeyPairGenerator</code> class; all the methods in
109 * following standard <code>KeyPairGenerator</code> algorithms and keysizes in
117 * "{@docRoot}/../technotes/guides/security/StandardNames.html#KeyPairGenerator">
118 * KeyPairGenerator section</a> of the
128 public abstract class KeyPairGenerator extends KeyPairGeneratorSpi { class in inherits:KeyPairGeneratorSpi
136 * Creates a KeyPairGenerator object for the specified algorithm.
139 * See the KeyPairGenerator sectio
144 protected KeyPairGenerator(String algorithm) { method in class:KeyPairGenerator
[all...]

Completed in 30 milliseconds