Test
public class GOST3412Test extends SimpleTest
Constructor | Description |
---|---|
GOST3412Test() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
|
static void |
main(java.lang.String[] args) |
|
void |
performTest() |
|
void |
testCFB(byte[] keyBytes,
byte[] iv,
byte[] input,
byte[] output) |
|
void |
testECB(byte[] keyBytes,
byte[] input,
byte[] output) |
public java.lang.String getName()
getName
in interface Test
getName
in class SimpleTest
public void testECB(byte[] keyBytes, byte[] input, byte[] output) throws java.lang.Exception
java.lang.Exception
public void testCFB(byte[] keyBytes, byte[] iv, byte[] input, byte[] output) throws java.lang.Exception
java.lang.Exception
public void performTest() throws java.lang.Exception
performTest
in class SimpleTest
java.lang.Exception
public static void main(java.lang.String[] args)