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

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

Merge "Keystore: Fix Device ID attestation test."

parents b24ba9d5 8875f872
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);
        }