| 程序包 | 说明 |
|---|---|
| top.cenze.utils.crypt.sm.sm4 |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
Copyright © 2023. All rights reserved.