Revert "Revert "Revert "Revert "Revert "Update Trusted Credentials screen in settings"""""

This reverts commit c9249c69813c6fb889d71d84583c67ae2942e6de.

Change-Id: I5504fddaf7b18efb73cd6c76678b3b39ce9b0229
This commit is contained in:
Zoltan Szatmary-Ban
2014-08-15 14:01:14 +00:00
parent f8d72cc14f
commit 3291de8f6c
4 changed files with 29 additions and 42 deletions

View File

@ -397,8 +397,7 @@ public final class KeyChain {
return KeyStore.getInstance().isHardwareBacked(algorithm);
}
/** @hide */
public static X509Certificate toCertificate(byte[] bytes) {
private static X509Certificate toCertificate(byte[] bytes) {
if (bytes == null) {
throw new IllegalArgumentException("bytes == null");
}