AppendGeneratedPrivateKey (Stringlist subroutine)

From m204wiki
Jump to navigation Jump to search

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

0All is well.
3Out of CCATEMP.
5Stringlist identifier missing.
6Invalid Stringlist identifier.
7Insufficient storage.
8Invalid public exponent.
9Invalid number of bits.

Usage notes

Examples

See also