Up |
_RSAgetKeyPair Scol 5.x or above required
To generate the RSA private and public key with the size passed in argument.
Prototype :
fun [I] [S S]
- I : size of the RSA key to generate
- S : the RSA private key to use
Return : S a private and public key or nil if error.
See also :
Example :
Note
On MS Windows system only !