Home
last modified time | relevance | path

Searched refs:keystoreKeyAlias (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyInfo.java90 public KeyInfo(String keystoreKeyAlias, in KeyInfo() argument
109 mKeystoreAlias = keystoreKeyAlias; in KeyInfo()
/frameworks/base/keystore/java/android/security/
DKeyStore.java1313 String keystoreKeyAlias, int uid, KeyStoreException e) { in getInvalidKeyException() argument
1331 getKeyCharacteristics(keystoreKeyAlias, null, null, uid, in getInvalidKeyException()
1411 public InvalidKeyException getInvalidKeyException(String keystoreKeyAlias, int uid, in getInvalidKeyException() argument
1413 return getInvalidKeyException(keystoreKeyAlias, uid, getKeyStoreException(errorCode)); in getInvalidKeyException()