Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c63c326b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Keystore 2.0: Make Bluetooth app ready for Keystore 2.0 part 2."

parents c6332823 85c60def
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
package com.android.bluetooth.btservice.bluetoothkeystore;

import android.annotation.Nullable;
import android.os.Process;
import android.os.SystemProperties;
import android.security.keystore.KeyGenParameterSpec;
import android.security.keystore.KeyProperties;
@@ -821,7 +820,6 @@ public class BluetoothKeystoreService {
                        .setBlockModes(KeyProperties.BLOCK_MODE_GCM)
                        .setEncryptionPaddings(KeyProperties.ENCRYPTION_PADDING_NONE)
                        .setKeySize(KEY_LENGTH)
                        .setUid(Process.BLUETOOTH_UID)
                        .build();

                keyGenerator.init(keyGenParameterSpec);