Package org.bouncycastle.crypto.test
Class LEATest
java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.crypto.test.LEATest
- All Implemented Interfaces:
Test
Test Cases for LEA Cipher.
Test Vectors taken from https://en.wikipedia.org/wiki/LEA_(cipher).html
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
static void
Main entry point.void
void
Execute test vector file.
-
Constructor Details
-
LEATest
public LEATest()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classSimpleTest
-
performTest
- Specified by:
performTest
in classSimpleTest
- Throws:
Exception
-
testFromVectorFile
Execute test vector file.- Throws:
Exception
-
main
Main entry point.- Parameters:
args
- the argyments
-