public class SM4EncryptCoder
extends java.lang.Object
构造器和说明 |
---|
SM4EncryptCoder(byte[] key) |
public SM4EncryptCoder(byte[] key) throws CoderException
CoderException
public byte[] encrypt(byte[] data) throws CoderException
data
- CoderException
public byte[] decrypt(byte[] cipher) throws CoderException
cipher
- CoderException