| 3-privatekey.js | |
| Functions | |
| onLoad | This function is called when the form is show. |
| next | Process to the next step of the assistant |
| textPrivateKey | Test if there is a private key and set the interface |
| privateKeySelected | This function is called when a private key is selected. |
| genKey | Load the window to create a new ey |
| import | Let’s user import a key |
This function is called when the form is show.
function onLoad( win )
Process to the next step of the assistant
function next()
Test if there is a private key and set the interface
function textPrivateKey()
This function is called when a private key is selected.
function privateKeySelected( listbox )
Load the window to create a new ey
function genKey()
Let’s user import a key
function import()