Searched refs:KEY_STORE (Results 1 – 3 of 3) sorted by relevance
55 private static final String KEY_STORE = "AndroidKeyStore"; field in WifiConfigStoreEncryptionUtil162 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()178 reportException(e, "getOrCreateSecretKey cannot find the keystore: " + KEY_STORE); in getOrCreateSecretKey()
49 private static final KeyStore KEY_STORE = new KeyStore(); field in KeyStore53 return KEY_STORE; in getInstance()
78 private static final String KEY_STORE = "AndroidKeyStore"; field in BluetoothKeystoreService834 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()847 reportKeystoreException(e, "cannot find the keystore: " + KEY_STORE); in getOrCreateSecretKey()