3-privatekey.js

Summary
3-privatekey.js
Functions
onLoadThis function is called when the form is show.
nextProcess to the next step of the assistant
textPrivateKeyTest if there is a private key and set the interface
privateKeySelectedThis function is called when a private key is selected.
genKeyLoad the window to create a new ey
importLet’s user import a key

Functions

onLoad

function onLoad(win)

This function is called when the form is show.

Parameters

winThe form herself.

next

function next()

Process to the next step of the assistant

textPrivateKey

function textPrivateKey()

Test if there is a private key and set the interface

privateKeySelected

function privateKeySelected(listbox)

This function is called when a private key is selected.  It’s update the hidden field.

genKey

function genKey()

Load the window to create a new ey

import

function import()

Let’s user import a key

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