Track change in NativeCrypto

Change-Id: Ic04d4ac5218795fc226f1751b6ae4db1ae73a930
This commit is contained in:
Kenny Root
2013-05-06 15:00:58 -07:00
parent 6d82f86fa0
commit 4b30e3391b

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