Package org.bouncycastle.crypto.test
Class SP80038GTest
- java.lang.Object
-
- org.bouncycastle.util.test.SimpleTest
-
- org.bouncycastle.crypto.test.SP80038GTest
-
- All Implemented Interfaces:
Test
public class SP80038GTest extends SimpleTest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
SP80038GTest.FPECharDecryptor
class
SP80038GTest.FPECharEncryptor
-
Constructor Summary
Constructors Constructor Description SP80038GTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
static void
main(java.lang.String[] args)
void
performTest()
void
testFF1Bounds()
void
testFF1w()
void
testFF3_1()
void
testUtility()
-
-
-
Method Detail
-
testFF1w
public void testFF1w() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFF3_1
public void testFF3_1() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFF1Bounds
public void testFF1Bounds() throws java.io.IOException
- Throws:
java.io.IOException
-
testUtility
public void testUtility() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classSimpleTest
-
performTest
public void performTest() throws java.lang.Exception
- Specified by:
performTest
in classSimpleTest
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
-