Track change to Conscrypt
(cherry picked from commit 9d2d6b6b4b)
Bug: 19798387
Change-Id: I8814fd0720acf09332927f184fdd9b2cdac4f413
This commit is contained in:
@@ -379,7 +379,7 @@ public final class KeyChain {
|
||||
*/
|
||||
public static boolean isKeyAlgorithmSupported(String algorithm) {
|
||||
final String algUpper = algorithm.toUpperCase(Locale.US);
|
||||
return "DSA".equals(algUpper) || "EC".equals(algUpper) || "RSA".equals(algUpper);
|
||||
return "EC".equals(algUpper) || "RSA".equals(algUpper);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user