org.bouncycastle.jce.provider.test

Class IESTest

public class IESTest extends SimpleTest

test for ECIES - Elliptic Curve Integrated Encryption Scheme
Method Summary
voiddoDefTest(KeyPairGenerator g, Cipher c1, Cipher c2)
voiddoTest(KeyPairGenerator g, Cipher c1, Cipher c2)
StringgetName()
static voidmain(String[] args)
voidperformTest()

Method Detail

doDefTest

public void doDefTest(KeyPairGenerator g, Cipher c1, Cipher c2)

doTest

public void doTest(KeyPairGenerator g, Cipher c1, Cipher c2)

getName

public String getName()

main

public static void main(String[] args)

performTest

public void performTest()