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