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:
@@ -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