AppendGeneratedPrivateKey (Stringlist subroutine)
Add base64 encoded RSA private key to a Stringlist (Stringlist class)
[Requires Janus Network Security]
This page is under construction.
Syntax
sl:AppendGeneratedPrivateKey[( [[Length=] number], [[Exponent=] number], - [[Salt=] string])]
Syntax terms
sl | Stringlist object |
---|---|
Length | number |
Exponent | number |
Salt | string |
Return codes
0 | All is well. |
---|---|
3 | Out of CCATEMP. |
5 | Stringlist identifier missing. |
6 | Invalid Stringlist identifier. |
7 | Insufficient storage. |
8 | Invalid public exponent. |
9 | Invalid number of bits. |