Searched refs:KEY_STORE (Results 1 – 2 of 2) sorted by relevance
55 private static final String KEY_STORE = "AndroidKeyStore"; field in WifiConfigStoreEncryptionUtil171 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()187 reportException(e, "getOrCreateSecretKey cannot find the keystore: " + KEY_STORE); in getOrCreateSecretKey()
71 private static final String KEY_STORE = "AndroidKeyStore"; field in BluetoothKeystoreService714 KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()730 reportKeystoreException(e, "cannot find the keystore: " + KEY_STORE); in getOrCreateSecretKey()