Searched refs:keystoreAlias (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyGenParameterSpec.java660 * @param keystoreAlias alias of the entry in which the generated key will appear in
673 public Builder(@NonNull String keystoreAlias, @KeyProperties.PurposeEnum int purposes) { argument
674 if (keystoreAlias == null) {
675 throw new NullPointerException("keystoreAlias == null");
676 } else if (keystoreAlias.isEmpty()) {
677 throw new IllegalArgumentException("keystoreAlias must not be empty");
679 mKeystoreAlias = keystoreAlias;

Completed in 56 milliseconds