GeneratedPrivateKey (System function): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
{{Template:System:GeneratedPrivateKey subtitle}} | {{Template:System:GeneratedPrivateKey subtitle}} | ||
This page is [[under construction]]. | This page is [[under construction]]. | ||
==Syntax== | ==Syntax== |
Revision as of 19:25, 3 September 2015
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
%privateKey | string |
---|---|
%(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 ??. |