| java.lang.Object org.bouncycastle.util.test.SimpleTest org.bouncycastle.jce.provider.test.GOST28147Test
GOST28147Test | public class GOST28147Test extends SimpleTest (Code) | | basic test class for the GOST28147 cipher
|
Method Summary | |
public String | getName() | public static void | main(String[] args) | public void | performTest() | public void | testCFB(int strength, byte[] keyBytes, byte[] input, byte[] output) | public void | testECB(int strength, byte[] keyBytes, byte[] input, byte[] output) |
testCFB | public void testCFB(int strength, byte[] keyBytes, byte[] input, byte[] output) throws Exception(Code) | | |
testECB | public void testECB(int strength, byte[] keyBytes, byte[] input, byte[] output) throws Exception(Code) | | |
|
|