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

/frameworks/base/keystore/java/android/security/
H A DKeyPairGeneratorSpec.java44 * After generation, the {@code keyStoreAlias} is used with the
103 * After generation, the {@code keyStoreAlias} is used with the
115 * @param keyStoreAlias name to use for the generated key in the Android
129 public KeyPairGeneratorSpec(Context context, String keyStoreAlias, String keyType, int keySize, argument
134 } else if (TextUtils.isEmpty(keyStoreAlias)) {
135 throw new IllegalArgumentException("keyStoreAlias must not be empty");
156 mKeystoreAlias = keyStoreAlias;

Completed in 24 milliseconds