AppendGeneratedPrivateKey (Stringlist subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 15: Line 15:
<td>string</td></tr>
<td>string</td></tr>
</table>
</table>
===Return codes===
<table>
<tr><th>0</th><td>All is well.</td></tr>
<tr><th>3</th><td>Out of CCATEMP.</td></tr>
<tr><th>5</th><td><var>Stringlist</var> identifier missing.</td></tr>
<tr><th>6</th><td>Invalid <var>Stringlist</var> identifier.</td></tr>
<tr><th>7</th><td>Insufficient storage.</td></tr>
<tr><th>8</th><td>Invalid public exponent.</td></tr>
<tr><th>9</th><td>Invalid number of bits.</td></tr>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Stringlist:AppendGeneratedPrivateKey footer}}
{{Template:Stringlist:AppendGeneratedPrivateKey footer}}

Revision as of 21:30, 25 May 2012

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