public class AlipayEncrypt extends Object
| 构造器和说明 |
|---|
AlipayEncrypt() |
public static String encryptContent(String content, String encryptType, String encryptKey, String charset) throws AlipayApiException
content - encryptType - encryptKey - charset - AlipayApiExceptionpublic static String decryptContent(String content, String encryptType, String encryptKey, String charset) throws AlipayApiException
content - encryptType - encryptKey - charset - AlipayApiExceptionCopyright © 2020. All rights reserved.