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

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyGenParameterSpec.java51 * with the {@code KeyGenParameterSpec} instance, and then generate a key or key pair using
104 * new KeyGenParameterSpec.Builder(
137 * new KeyGenParameterSpec.Builder(
164 * new KeyGenParameterSpec.Builder(
190 * new KeyGenParameterSpec.Builder("key2",
214 * new KeyGenParameterSpec.Builder("key2", KeyProperties.PURPOSE_SIGN).build());
226 public final class KeyGenParameterSpec implements AlgorithmParameterSpec { class in inherits:AlgorithmParameterSpec
255 public KeyGenParameterSpec( method in class:KeyGenParameterSpec
528 * Builder of {@link KeyGenParameterSpec} instances.
933 * Builds an instance of {@code KeyGenParameterSpec}
[all...]

Completed in 60 milliseconds