Merge "Track change in NativeCrypto"
This commit is contained in:
@@ -346,6 +346,8 @@ public final class KeyChain {
|
|||||||
List<X509Certificate> chain = store
|
List<X509Certificate> chain = store
|
||||||
.getCertificateChain(toCertificate(certificateBytes));
|
.getCertificateChain(toCertificate(certificateBytes));
|
||||||
return chain.toArray(new X509Certificate[chain.size()]);
|
return chain.toArray(new X509Certificate[chain.size()]);
|
||||||
|
} catch (CertificateException e) {
|
||||||
|
throw new KeyChainException(e);
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
throw new KeyChainException(e);
|
throw new KeyChainException(e);
|
||||||
} catch (RuntimeException e) {
|
} catch (RuntimeException e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user