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 voidMain entry point.voidvoidExecute test vector file.
-
Constructor Details
-
LEATest
public LEATest()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceTest- Specified by:
getNamein classSimpleTest
-
performTest
- Specified by:
performTestin classSimpleTest- Throws:
Exception
-
testFromVectorFile
Execute test vector file.- Throws:
Exception
-
main
Main entry point.- Parameters:
args- the argyments
-