public class AlipayEncrypt extends Object
Constructor and Description |
---|
AlipayEncrypt() |
Modifier and Type | Method and Description |
---|---|
static String |
decryptContent(String content,
String encryptType,
String encryptKey,
String charset)
解密
|
static String |
encryptContent(String content,
String encryptType,
String encryptKey,
String charset)
加密
|
public static String encryptContent(String content, String encryptType, String encryptKey, String charset) throws AlipayApiException
content
- the contentencryptType
- the encrypt typeencryptKey
- the encrypt keycharset
- the charsetAlipayApiException
- the alipay api exceptionpublic static String decryptContent(String content, String encryptType, String encryptKey, String charset) throws AlipayApiException
content
- the contentencryptType
- the encrypt typeencryptKey
- the encrypt keycharset
- the charsetAlipayApiException
- the alipay api exceptionCopyright © 2018. All rights reserved.