org.bouncycastle.jce.provider.test
Class IESTest
java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.jce.provider.test.IESTest
- org.bouncycastle.util.test.Test
public class IESTest
extends org.bouncycastle.util.test.SimpleTest
test for ECIES - Elliptic Curve Integrated Encryption Scheme
doDefTest
public void doDefTest(KeyPairGenerator g,
Cipher c1,
Cipher c2)
throws Exception
doTest
public void doTest(KeyPairGenerator g,
Cipher c1,
Cipher c2)
throws Exception
getName
public String getName()
- getName in interface org.bouncycastle.util.test.Test
- getName in interface org.bouncycastle.util.test.SimpleTest
main
public static void main(String[] args)
performTest
public void performTest()
throws Exception
- performTest in interface org.bouncycastle.util.test.SimpleTest