Lines Matching defs:RSAKey
1499 function RSAKey() {
1542 RSAKey.prototype.doPublic = RSADoPublic;
1545 RSAKey.prototype.setPublic = RSASetPublic;
1546 RSAKey.prototype.encrypt = RSAEncrypt;
1547 //RSAKey.prototype.encrypt_b64 = RSAEncryptB64;
1658 RSAKey.prototype.doPrivate = RSADoPrivate;
1661 RSAKey.prototype.setPrivate = RSASetPrivate;
1662 RSAKey.prototype.setPrivateEx = RSASetPrivateEx;
1663 RSAKey.prototype.generate = RSAGenerate;
1664 RSAKey.prototype.decrypt = RSADecrypt;
1665 //RSAKey.prototype.b64_decrypt = RSAB64Decrypt;
1684 var RSA = new RSAKey();
1691 var RSA = new RSAKey();