Package org.bouncycastle.crypto.test
Class GOST3412Test
- java.lang.Object
-
- org.bouncycastle.util.test.SimpleTest
-
- org.bouncycastle.crypto.test.CipherTest
-
- org.bouncycastle.crypto.test.GOST3412Test
-
- All Implemented Interfaces:
Test
public class GOST3412Test extends CipherTest
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GOST3412Test()
-
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()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classCipherTest
-
performTest
public void performTest() throws java.lang.Exception
- Overrides:
performTest
in classCipherTest
- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
-