Experiments with RSA encryption

This commit is contained in:
RainLoop Team 2014-07-24 20:18:03 +04:00
parent 11608e5f64
commit bbcbfdc150
44 changed files with 40066 additions and 71 deletions

View file

@ -263,6 +263,14 @@ AbstractAjaxRemoteStorage.prototype.jsInfo = function (fCallback, sType, mData,
});
};
/**
* @param {?Function} fCallback
*/
AbstractAjaxRemoteStorage.prototype.getPublicKey = function (fCallback)
{
this.defaultRequest(fCallback, 'GetPublicKey');
};
/**
* @param {?Function} fCallback
* @param {string} sVersion