mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-19 15:36:28 +08:00
增加文档注释
This commit is contained in:
@@ -80,6 +80,7 @@ public class XML {
|
||||
*
|
||||
* @param content json字符串
|
||||
* @param clazz 需要转化的类
|
||||
* @param <T> 返回对应类型
|
||||
* @return Json值
|
||||
*/
|
||||
public static <T> T toBean(String content, Class<T> clazz) {
|
||||
|
||||
@@ -224,6 +224,7 @@ public class RSA{
|
||||
/**
|
||||
* 得到公钥
|
||||
* @param key 密钥字符串(经过base64编码)
|
||||
* @param signAlgorithms 密钥类型
|
||||
* @throws Exception 加密异常
|
||||
* @return 公钥
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user