org.bouncycastle.jce.provider.test
Class GOST28147Test
- Test
public class GOST28147Test
basic test class for the GOST28147 cipher
String | getName()
|
static void | main(String[] args)
|
void | performTest()
|
void | testCFB(int strength, byte[] keyBytes, byte[] input, byte[] output)
|
void | testECB(int strength, byte[] keyBytes, byte[] input, byte[] output)
|
main
public static void main(String[] args)
testCFB
public void testCFB(int strength,
byte[] keyBytes,
byte[] input,
byte[] output)
throws Exception
testECB
public void testECB(int strength,
byte[] keyBytes,
byte[] input,
byte[] output)
throws Exception