am 2b83dc1a: am 09f669f0: am a7d930a0: Merge "Revert "Revert "Revert "Update Trusted Credentials screen in settings"""" into lmp-dev

* commit '2b83dc1a695cec37f372945e6440fa6d9fd598c3':
  Revert "Revert "Revert "Update Trusted Credentials screen in settings"""
This commit is contained in:
Narayan Kamath
2014-08-15 13:40:22 +00:00
committed by Android Git Automerger
4 changed files with 29 additions and 42 deletions

View File

@@ -468,8 +468,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");
}