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

Commit 938b1c5f authored by Janis Danisevskis's avatar Janis Danisevskis Committed by android-build-merger
Browse files

Merge "Fix use of auth-bound keys after screen lock removal" into oc-mr1-dev

am: b893b4b1

Change-Id: I72c674a64f60451bea762995804e23b3b035ade1
parents 42a0e89b b893b4b1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -754,6 +754,8 @@ public class KeyStore {
                // None of the key's SIDs can ever be authenticated
                return new KeyPermanentlyInvalidatedException();
            }
            case UNINITIALIZED:
                return new KeyPermanentlyInvalidatedException();
            default:
                return new InvalidKeyException("Keystore operation failed", e);
        }