am 084a1161: am f947b96e: am a37d2244: Merge "Revert "Update Trusted Credentials screen in settings"" into lmp-dev
* commit '084a11612dd1b1958f4421315e3929657723f7c9': Revert "Update Trusted Credentials screen in settings"
This commit is contained in:
committed by
Android Git Automerger
commit
5576e855bf
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user