Class $we.rsa
RSA方法
Defined in: rsa.js.
Constructor Attributes | Constructor Name and Description |
---|---|
$we.rsa()
RSA
|
Field Attributes | Field Name and Description |
---|---|
<static> |
$we.rsa.encryptExp
加密用自然常数e
|
<static> |
$we.rsa.maxDigit
最大的数位
|
<static> |
$we.rsa.publicKey
公钥
|
Method Attributes | Method Name and Description |
---|---|
<static> |
$we.rsa.encrypt(str)
加密
|
Field Detail
<static>
$we.rsa.encryptExp
加密用自然常数e
<static>
$we.rsa.maxDigit
最大的数位
<static>
$we.rsa.publicKey
公钥
Method Detail
<static>
{String}
$we.rsa.encrypt(str)
加密
- Parameters:
- {String} str
- 需要加密的字符串
- Returns:
- {String} 加密完成的字符串