Track change in NativeCrypto

(cherry picked from commit 4b30e3391b)

Change-Id: I9eed3895d78c6906f7d29d325075cf1df48fd123
This commit is contained in:
Kenny Root
2013-05-06 15:00:58 -07:00
committed by Brian Carlstrom
parent 26ef95f0c1
commit cfba6a07fd

View File

@ -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) {