summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2012-10-31 22:39:03 -0700
committerBrian Carlstrom <bdc@google.com>2012-11-01 11:07:20 -0700
commiteef7e9357c272a9154f007e8bee2a09eed66d101 (patch)
tree0882f3b5a6e2912aec01097ff7346644518f7ecf /support
parent50e0be631dec4c97be6453a83bbed851def86d21 (diff)
downloadlibcore-eef7e9357c272a9154f007e8bee2a09eed66d101.zip
libcore-eef7e9357c272a9154f007e8bee2a09eed66d101.tar.gz
libcore-eef7e9357c272a9154f007e8bee2a09eed66d101.tar.bz2
Test to verify BC Signature algorithms by OID
Bug: 7453821 Change-Id: I69408d0bb4063e34441ed1d7632fd1ccac39965b
Diffstat (limited to 'support')
-rw-r--r--support/src/test/java/libcore/java/security/StandardNames.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/support/src/test/java/libcore/java/security/StandardNames.java b/support/src/test/java/libcore/java/security/StandardNames.java
index 4211a10..be880d3 100644
--- a/support/src/test/java/libcore/java/security/StandardNames.java
+++ b/support/src/test/java/libcore/java/security/StandardNames.java
@@ -348,10 +348,6 @@ public final class StandardNames extends Assert {
unprovide("MessageDigest", "SHA");
provide("MessageDigest", "SHA-1");
- // different names: added "Encryption" suffix
- unprovide("Signature", "MD5withRSA");
- provide("Signature", "MD5WithRSAEncryption");
-
// Added to support Android KeyStore operations
provide("Signature", "NONEwithRSA");
provide("Cipher", "RSA/ECB/NOPADDING");