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

/dalvik/libcore/support/src/test/java/targets/
H A DKeyGenerator.java23 public interface KeyGenerator { interface
/dalvik/libcore/crypto/src/main/java/javax/crypto/
H A DKeyGenerator.java36 public class KeyGenerator { class
39 private static final Engine engine = new Engine("KeyGenerator"); //$NON-NLS-1$
54 * Creates a new {@code KeyGenerator} instance.
63 protected KeyGenerator(KeyGeneratorSpi keyGenSpi, Provider provider, method in class:KeyGenerator
80 * Returns the provider of this {@code KeyGenerator} instance.
82 * @return the provider of this {@code KeyGenerator} instance.
89 * Creates a new {@code KeyGenerator} instance that provides the specified
94 * @return the new {@code KeyGenerator} instance.
100 public static final KeyGenerator getInstance(String algorithm)
107 return new KeyGenerator((KeyGeneratorSp
[all...]

Completed in 162 milliseconds