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

/libcore/luni/src/main/java/javax/crypto/
H A DKeyGenerator.java34 public class KeyGenerator { class
37 private static final Engine ENGINE = new Engine("KeyGenerator");
52 * Creates a new {@code KeyGenerator} instance.
61 protected KeyGenerator(KeyGeneratorSpi keyGenSpi, Provider provider, method in class:KeyGenerator
78 * Returns the provider of this {@code KeyGenerator} instance.
80 * @return the provider of this {@code KeyGenerator} instance.
87 * Creates a new {@code KeyGenerator} instance that provides the specified
92 * @return the new {@code KeyGenerator} instance.
98 public static final KeyGenerator getInstance(String algorithm)
104 return new KeyGenerator((KeyGeneratorSp
[all...]

Completed in 47 milliseconds