Merge "Track change in NativeCrypto"

This commit is contained in:
Kenny Root
2013-05-06 22:02:20 +00:00
committed by Gerrit Code Review

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