Class Index | File Index

Classes


Class $we.rsa

RSA方法
Defined in: rsa.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
RSA
Field Summary
Field Attributes Field Name and Description
<static>  
$we.rsa.encryptExp
加密用自然常数e
<static>  
$we.rsa.maxDigit
最大的数位
<static>  
$we.rsa.publicKey
公钥
Method Summary
Method Attributes Method Name and Description
<static>  
$we.rsa.encrypt(str)
加密
Class Detail
$we.rsa()
RSA
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} 加密完成的字符串

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Jan 06 2013 19:48:20 GMT+0800 (CST)