Class ECIESVectorTest
java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.jce.provider.test.ECIESVectorTest
- All Implemented Interfaces:
Test
Test for ECIES - Elliptic Curve Integrated Encryption Scheme
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoTestNoParams(String testname, KeyPair keyPair, String cipher, byte[] ephPrivateValue, byte[] expected) voiddoTestWithParams(String testname, KeyPair keyPair, String cipher, byte[] ephPrivateValue, IESParameterSpec p, byte[] expected) getName()static voidvoid
-
Method Details
-
getName
- Specified by:
getNamein interfaceTest- Specified by:
getNamein classSimpleTest
-
performTest
- Specified by:
performTestin classSimpleTest- Throws:
Exception
-
doTestNoParams
public void doTestNoParams(String testname, KeyPair keyPair, String cipher, byte[] ephPrivateValue, byte[] expected) throws Exception - Throws:
Exception
-
doTestWithParams
public void doTestWithParams(String testname, KeyPair keyPair, String cipher, byte[] ephPrivateValue, IESParameterSpec p, byte[] expected) throws Exception - Throws:
Exception
-
main
-