summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2012-09-04 23:01:09 -0700
committerBrian Carlstrom <bdc@google.com>2012-09-12 10:05:17 -0700
commitfe8b870db2b374e21c69c2ff0050e6a34e0d8d94 (patch)
treebf11241b9e9315e77693249e29dbabcbfd47a95a /support
parentf0993272562ebc6e8d77024b985c45fae9f92ed4 (diff)
downloadlibcore-fe8b870db2b374e21c69c2ff0050e6a34e0d8d94.zip
libcore-fe8b870db2b374e21c69c2ff0050e6a34e0d8d94.tar.gz
libcore-fe8b870db2b374e21c69c2ff0050e6a34e0d8d94.tar.bz2
Tracking upgrade to bouncycastle 1.47
Change-Id: Ie1f2ae92638e81ccd7e4ec2459199e6eecdac75f
Diffstat (limited to 'support')
-rw-r--r--support/src/test/java/libcore/java/security/StandardNames.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/support/src/test/java/libcore/java/security/StandardNames.java b/support/src/test/java/libcore/java/security/StandardNames.java
index 793fd4b..dc57086 100644
--- a/support/src/test/java/libcore/java/security/StandardNames.java
+++ b/support/src/test/java/libcore/java/security/StandardNames.java
@@ -325,14 +325,6 @@ public final class StandardNames extends Assert {
// different names: added "Encryption" suffix
unprovide("Signature", "MD5withRSA");
provide("Signature", "MD5WithRSAEncryption");
- unprovide("Signature", "SHA1withRSA");
- provide("Signature", "SHA1WithRSAEncryption");
- unprovide("Signature", "SHA256WithRSA");
- provide("Signature", "SHA256WithRSAEncryption");
- unprovide("Signature", "SHA384WithRSA");
- provide("Signature", "SHA384WithRSAEncryption");
- unprovide("Signature", "SHA512WithRSA");
- provide("Signature", "SHA512WithRSAEncryption");
// Added to support Android KeyStore operations
provide("Signature", "NONEwithRSA");