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

Commit 5f851a89 authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am cd1de394: Merge "Track change in NativeCrypto"

* commit 'cd1de394':
  Track change in NativeCrypto
parents 5f714213 cd1de394
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -346,6 +346,8 @@ public final class KeyChain {
            List<X509Certificate> chain = store
                    .getCertificateChain(toCertificate(certificateBytes));
            return chain.toArray(new X509Certificate[chain.size()]);
        } catch (CertificateException e) {
            throw new KeyChainException(e);
        } catch (RemoteException e) {
            throw new KeyChainException(e);
        } catch (RuntimeException e) {