Searched refs:keystoreKeyAlias (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/keystore/java/android/security/keystore/ |
D | KeyInfo.java | 90 public KeyInfo(String keystoreKeyAlias, in KeyInfo() argument 109 mKeystoreAlias = keystoreKeyAlias; in KeyInfo()
|
/frameworks/base/keystore/java/android/security/ |
D | KeyStore.java | 1313 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()
|