diff options
author | Adam Vartanian <flooey@google.com> | 2017-02-14 10:57:23 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-02-14 10:57:24 +0000 |
commit | 4ddff9fdecadc83d710e65c80cdb67d301a41523 (patch) | |
tree | 9683ed8dd783cc3cbad8791992372ec8a8f03b13 /support | |
parent | 5f183d0fcd12f774815c92277d5cf5caa46d85f5 (diff) | |
parent | 61209f38be2e98277eca36a3039da34ee0c32a54 (diff) |
Merge "BouncyCastle: Enable EC AlgorithmParameters."
Diffstat (limited to 'support')
-rw-r--r-- | support/src/test/java/libcore/java/security/StandardNames.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/src/test/java/libcore/java/security/StandardNames.java b/support/src/test/java/libcore/java/security/StandardNames.java index 6abfaee92e..434473b03d 100644 --- a/support/src/test/java/libcore/java/security/StandardNames.java +++ b/support/src/test/java/libcore/java/security/StandardNames.java @@ -593,7 +593,7 @@ public final class StandardNames { unprovide("AlgorithmParameters", "PBEWithMD5AndDES"); // 1.2.840.113549.1.5.3 // EC support - // provide("AlgorithmParameters", "EC"); + provide("AlgorithmParameters", "EC"); provide("KeyAgreement", "ECDH"); provide("KeyFactory", "EC"); provide("KeyPairGenerator", "EC"); |