org.bouncycastle.jce.provider.test

Class IESTest

Implemented Interfaces:
Test

public class IESTest
extends SimpleTest

test for ECIES - Elliptic Curve Integrated Encryption Scheme

Method Summary

void
doDefTest(KeyPairGenerator g, Cipher c1, Cipher c2)
void
doTest(KeyPairGenerator g, Cipher c1, Cipher c2)
String
getName()
static void
main(String[] args)
void
performTest()

Methods inherited from class org.bouncycastle.util.test.SimpleTest

areEqual, fail, fail, fail, getName, perform, performTest, runTest, runTest

Method Details

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()
Specified by:
getName in interface Test
Overrides:
getName in interface SimpleTest

main

public static void main(String[] args)

performTest

public void performTest()
            throws Exception
Overrides:
performTest in interface SimpleTest