Searched refs:encryptWithKeyStore (Results 1 – 2 of 2) sorted by relevance
278 String encryptedKey = encryptWithKeyStore(KEY_ALIAS, encryptionKey); in saveEncryptionKey()337 String encryptWithKeyStore(String keyAlias, byte[] value) { in encryptWithKeyStore() method in CarTrustedDeviceService
145 String encryptedKey = encryptWithKeyStore(KEY_ALIAS, encryptionKey); in saveEncryptionKey()165 private String encryptWithKeyStore(@NonNull String keyAlias, @Nullable byte[] value) { in encryptWithKeyStore() method in ConnectedDeviceStorage