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

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProperties.java132 KEY_ALGORITHM_AES,
148 public static final String KEY_ALGORITHM_AES = "AES"; field in class:KeyProperties
198 if (KEY_ALGORITHM_AES.equalsIgnoreCase(algorithm)) {
213 return KEY_ALGORITHM_AES;

Completed in 29 milliseconds