diff options
author | Brian Carlstrom <bdc@google.com> | 2012-10-31 22:39:03 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2012-11-01 11:07:20 -0700 |
commit | eef7e9357c272a9154f007e8bee2a09eed66d101 (patch) | |
tree | 0882f3b5a6e2912aec01097ff7346644518f7ecf /support | |
parent | 50e0be631dec4c97be6453a83bbed851def86d21 (diff) | |
download | libcore-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.java | 4 |
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"); |