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:
committed by
Android Git Automerger
commit
bdbd4a55ef
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user