GeneratedPrivateKey (System function)

From m204wiki
Revision as of 19:25, 3 September 2015 by ELowell (talk | contribs)
Jump to navigation Jump to search

Generate an RSA private key (System class)

[Requires Janus Network Security]

This page is under construction.

Syntax

%privateKey = %(System):GeneratedPrivateKey[( [[Length=] number], - [[Exponent=] number], - [[Salt=] string])]

Syntax terms

%privateKeystring
%(System) The class name in parentheses denotes a shared method. GeneratedPrivateKey can also be invoked via a System object variable, which may be Null.
Length number
This default value of this argument is ??.
Exponent number
This default value of this argument is ??.
Salt string
This default value of this argument is ??.

Usage notes

Examples

See also