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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DKeyGenerator.java43 * <p>KeyGenerator objects are reusable, i.e., after a key has been
44 * generated, the same KeyGenerator object can be re-used to generate further
57 * method in this KeyGenerator class that takes these two universally
83 * <p>In case the client does not explicitly initialize the KeyGenerator
88 * following standard <code>KeyGenerator</code> algorithms with the keysizes in
98 * "{@docRoot}/../technotes/guides/security/StandardNames.html#KeyGenerator">
99 * KeyGenerator section</a> of the
110 public class KeyGenerator { class
138 * Creates a KeyGenerator object.
144 protected KeyGenerator(KeyGeneratorSp method in class:KeyGenerator
151 private KeyGenerator(String algorithm) throws NoSuchAlgorithmException { method in class:KeyGenerator
[all...]

Completed in 64 milliseconds