aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEran Messeri <eranm@google.com>2022-05-12 16:03:54 +0100
committerEran Messeri <eranm@google.com>2022-05-12 19:22:54 +0100
commitc6ec3dfa738d959bf60d5ce6d8a5470c44474124 (patch)
treeff776e8f58ba0b1665d68eed994ac538829cdb53
parent478d0617d6fd4947d51952e02850b26557df03ff (diff)
downloadlibcore-c6ec3dfa738d959bf60d5ce6d8a5470c44474124.tar.gz
Ed25519: Indicate Android Keystore supports it
Indicate Android Keystore supports Ed25519, to fix libcore.java.security.ProviderTest. Bug: 232369345 Test: atest libcore.java.security.ProviderTest#test_Provider_getServices Ignore-AOSP-First: Fixing a failure on tm-dev, which no longer merges from aosp-master Change-Id: I5bf85529f75f63113c86437ee21dc1927036099f
-rw-r--r--support/src/test/java/libcore/java/security/StandardNames.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/src/test/java/libcore/java/security/StandardNames.java b/support/src/test/java/libcore/java/security/StandardNames.java
index 64392e46967..688d4572195 100644
--- a/support/src/test/java/libcore/java/security/StandardNames.java
+++ b/support/src/test/java/libcore/java/security/StandardNames.java
@@ -420,6 +420,7 @@ public final class StandardNames {
provide("Signature", "SHA256withRSA/PSS");
provide("Signature", "SHA384withRSA/PSS");
provide("Signature", "SHA512withRSA/PSS");
+ provide("Signature", "ED25519");
// different names: ARCFOUR vs ARC4
unprovide("Cipher", "ARCFOUR");