Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DWifiConfigStoreEncryptionUtil.java55 private static final String KEY_STORE = "AndroidKeyStore"; field in WifiConfigStoreEncryptionUtil
162 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()
178 reportException(e, "getOrCreateSecretKey cannot find the keystore: " + KEY_STORE); in getOrCreateSecretKey()
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyStore.java49 private static final KeyStore KEY_STORE = new KeyStore(); field in KeyStore
53 return KEY_STORE; in getInstance()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java78 private static final String KEY_STORE = "AndroidKeyStore"; field in BluetoothKeystoreService
834 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()
847 reportKeystoreException(e, "cannot find the keystore: " + KEY_STORE); in getOrCreateSecretKey()