Loading keystore/java/android/security/keystore/AttestationUtils.java +2 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
keystore/java/android/security/keystore/AttestationUtils.java +2 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading