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

Commit 738d6b3b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Keystore: Fix Device ID attestation test." am: c56709a2

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1646359

Change-Id: I6b952d8b08ba2d26fe43c26317a1d71bbb84b4ad
parents 2d45d999 c56709a2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -287,6 +287,8 @@ public abstract class AttestationUtils {
            keyStore.deleteEntry(keystoreAlias);

            return certificateChain;
        } catch (SecurityException e) {
            throw e;
        } catch (Exception e) {
            throw new DeviceIdAttestationException("Unable to perform attestation", e);
        }