| 限定符和类型 | 字段和说明 |
|---|---|
static String |
PROVIDER_NAME |
| 构造器和说明 |
|---|
SM4Encrypt()
constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
decrypt(String content,
String aesKey,
String charset) |
String |
encrypt(String content,
String key,
String charset) |
static String |
getAlg()
getter for property alg
|
String |
getFullCipherName()
getter for property fullCipherName
|
String |
getMode()
getter for property mode
|
String |
getPadding()
getter for property padding
|
public String encrypt(String content, String key, String charset) throws AlipayApiException
encrypt 在接口中 EncryptAlipayApiExceptionpublic String decrypt(String content, String aesKey, String charset) throws AlipayApiException
decrypt 在接口中 EncryptAlipayApiExceptionpublic static String getAlg()
public String getMode()
public String getPadding()
public String getFullCipherName()
Copyright © 2023. All rights reserved.