| Package | Description |
|---|---|
| com.mbap.util.security |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SM4.sm4_crypt_cbc(SM4_Context ctx,
byte[] iv,
byte[] input) |
byte[] |
SM4.sm4_crypt_ecb(SM4_Context ctx,
byte[] input) |
void |
SM4.sm4_setkey_dec(SM4_Context ctx,
byte[] key) |
void |
SM4.sm4_setkey_enc(SM4_Context ctx,
byte[] key) |