Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DWifiConfigStoreEncryptionUtil.java55 private static final String KEY_STORE = "AndroidKeyStore"; field in WifiConfigStoreEncryptionUtil
171 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()
187 reportException(e, "getOrCreateSecretKey cannot find the keystore: " + KEY_STORE); in getOrCreateSecretKey()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java71 private static final String KEY_STORE = "AndroidKeyStore"; field in BluetoothKeystoreService
714 KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()
730 reportKeystoreException(e, "cannot find the keystore: " + KEY_STORE); in getOrCreateSecretKey()