增加文档注释

This commit is contained in:
egan
2018-11-13 22:22:30 +08:00
parent ab7f2437f5
commit 2b65fab690
3 changed files with 4 additions and 2 deletions

View File

@@ -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) {

View File

@@ -224,6 +224,7 @@ public class RSA{
/**
* 得到公钥
* @param key 密钥字符串经过base64编码
* @param signAlgorithms 密钥类型
* @throws Exception 加密异常
* @return 公钥
*/