aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/security/wycheproof/testcases/EcdhTest.java
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 11:05:09 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 11:05:09 +0000
commite6f6c55b64d61e176809e6df121a5aaaeb26160f (patch)
treeac677ca5b94f464f7a98786ab625d1fe6e6d489b /java/com/google/security/wycheproof/testcases/EcdhTest.java
parentce01dc9a6d7932f5e3778ad053566ae9a31b65be (diff)
parente93c839d9f7988b54a3f5e1e33809e69f14c0163 (diff)
downloadwycheproof-e6f6c55b64d61e176809e6df121a5aaaeb26160f.tar.gz
Snap for 9550355 from e93c839d9f7988b54a3f5e1e33809e69f14c0163 to sdk-releaseplatform-tools-34.0.1platform-tools-34.0.0platform-tools-33.0.4
Change-Id: I126e2be26376683809ee836241dcd5a63f00e3bb
Diffstat (limited to 'java/com/google/security/wycheproof/testcases/EcdhTest.java')
-rw-r--r--java/com/google/security/wycheproof/testcases/EcdhTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/google/security/wycheproof/testcases/EcdhTest.java b/java/com/google/security/wycheproof/testcases/EcdhTest.java
index c1a8b82..07c0b1e 100644
--- a/java/com/google/security/wycheproof/testcases/EcdhTest.java
+++ b/java/com/google/security/wycheproof/testcases/EcdhTest.java
@@ -990,7 +990,7 @@ public class EcdhTest extends TestCase {
testModifiedPublicSpec("ECDHC");
}
- @SuppressWarnings("InsecureCryptoUsage")
+ @SuppressWarnings({"InsecureCryptoUsage", "JUnit3TestNotRun"})
public void testDistinctCurves(String algorithm, ECPrivateKey priv, ECPublicKey pub)
throws Exception {
KeyAgreement kaA;