Process certreq command.
static
void
doCertReq
(array $args)
-
array
$args: command line arguments
Process delete command.
static
void
doDelete
(array $args)
-
array
$args: command line arguments
Process export command.
static
void
doExport
(array $args)
-
array
$args: command line arguments
Process genkey command.
static
void
doGenKey
(array $args)
-
array
$args: command line arguments
Process import command.
static
void
doImport
(array $args)
-
array
$args: command line arguments
Process keyclone command.
static
void
doKeyClone
(array $args)
-
array
$args: command line arguments
Process keypasswd command.
static
void
doKeyPasswd
(array $args)
-
array
$args: command line arguments
Process list command.
static
void
doList
(array $args)
-
array
$args: command line arguments
Process storepasswd command.
static
void
doStorePasswd
(array $args)
-
array
$args: command line arguments
Returns the named option's value from the options array.
static
string
getOptionValue
(string $optName, array $options)
-
string
$optName: name of option
-
array
$options: array of command line options
Parses command line into command line arguments array.
static
array
handleArguments
()
Determines whether the named option is specified in the options array.
static
boolean
hasOption
(string $optName, array $options)
-
string
$optName: name of option
-
array
$options: array of command line options
Program entry point.
static
void
main
()
Displays the help message.
static
void
showHelp
()