am d9d6bfe9: am d76cefa2: am 74535f61: Merge "Update Trusted Credentials screen in settings" into lmp-dev

* commit 'd9d6bfe92f37b7ba82c3ad1f5a28ad16ee67e221':
  Update Trusted Credentials screen in settings
This commit is contained in:
Zoltan Szatmary-Ban
2014-08-07 13:53:05 +00:00
committed by Android Git Automerger
4 changed files with 42 additions and 29 deletions

View File

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