public class SM4Test extends BaseBlockCipherTest
Constructor and Description |
---|
SM4Test() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
performTest() |
void |
test(int strength,
byte[] keyBytes,
byte[] input,
byte[] output) |
getName, oidTest, wrapOidTest, wrapTest, wrapTest
public void test(int strength, byte[] keyBytes, 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)