Revert "Revert "Revert "Revert "Revert "Update Trusted Credentials screen in settings"""""
This reverts commit c9249c69813c6fb889d71d84583c67ae2942e6de. Change-Id: I5504fddaf7b18efb73cd6c76678b3b39ce9b0229
This commit is contained in:
@ -397,8 +397,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