cn.gtmap.estateplat.utils
类 RSAEncryptUtil
java.lang.Object
cn.gtmap.estateplat.utils.RSAEncryptUtil
public class RSAEncryptUtil
- extends Object
- 版本:
- 1.0, 2017/8/25
- 作者:
- hqz
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAEncryptUtil
public RSAEncryptUtil()
encryptStr
public static String encryptStr(String modulusStr,
String exponentStr,
String strMsg)
- 根据公钥、摸、用户名请求日期进行加密
- 参数:
modulusStr - 模数exponentStr - 指数strMsg - 待加密的字串
- 返回:
- 加密后的字符串
Copyright © 2015–2021 cn.gtmap. All rights reserved.