public class SM4CbcPkeyCipherV1 extends CipherBase
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SM4CbcPkeyCipherV1.PKCS5Padding |
key, keyLen, kIvLen, kTagLen| 构造器和说明 |
|---|
SM4CbcPkeyCipherV1(byte[] key) |
public static void main(String[] args)
public byte[] encrypt(byte[] plaintext)
encrypt 在类中 CipherBasepublic byte[] decrypt(byte[] ciphertext)
decrypt 在类中 CipherBasepublic AlgoIdEnum getAlgo()
getAlgo 在类中 CipherBaseCopyright © 2022. All rights reserved.