Searched refs:keystoreKeyAlias (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/keystore/java/android/security/keystore/ |
D | KeyInfo.java | 88 public KeyInfo(String keystoreKeyAlias, in KeyInfo() argument 105 mKeystoreAlias = keystoreKeyAlias; in KeyInfo()
|
/frameworks/base/keystore/java/android/security/ |
D | KeyStore.java | 677 String keystoreKeyAlias, int uid, KeyStoreException e) { in getInvalidKeyException() argument 695 getKeyCharacteristics(keystoreKeyAlias, null, null, uid, in getInvalidKeyException() 746 public InvalidKeyException getInvalidKeyException(String keystoreKeyAlias, int uid, in getInvalidKeyException() argument 748 return getInvalidKeyException(keystoreKeyAlias, uid, getKeyStoreException(errorCode)); in getInvalidKeyException()
|