Class Crypt_KeyStore_KeyTool

Description

A trusted certificate key store entry that includes a trusted certificate.

Located in /Crypt/KeyStore/KeyTool.php (line 58)


	
			
Method Summary
static void doCertReq (array $args)
static void doDelete (array $args)
static void doExport (array $args)
static void doGenKey (array $args)
static void doImport (array $args)
static void doKeyClone (array $args)
static void doKeyPasswd (array $args)
static void doList (array $args)
static void doStorePasswd (array $args)
static string getOptionValue (string $optName, array $options)
static array handleArguments ()
static boolean hasOption (string $optName, array $options)
static void main ()
static void showHelp ()
Methods
static method doCertReq (line 104)

Process certreq command.

  • access: protected
static void doCertReq (array $args)
  • array $args: command line arguments
static method doDelete (line 116)

Process delete command.

  • access: protected
static void doDelete (array $args)
  • array $args: command line arguments
static method doExport (line 128)

Process export command.

  • access: protected
static void doExport (array $args)
  • array $args: command line arguments
static method doGenKey (line 140)

Process genkey command.

  • access: protected
static void doGenKey (array $args)
  • array $args: command line arguments
static method doImport (line 157)

Process import command.

  • access: protected
static void doImport (array $args)
  • array $args: command line arguments
static method doKeyClone (line 169)

Process keyclone command.

  • access: protected
static void doKeyClone (array $args)
  • array $args: command line arguments
static method doKeyPasswd (line 181)

Process keypasswd command.

  • access: protected
static void doKeyPasswd (array $args)
  • array $args: command line arguments
static method doList (line 193)

Process list command.

  • access: protected
static void doList (array $args)
  • array $args: command line arguments
static method doStorePasswd (line 212)

Process storepasswd command.

  • access: protected
static void doStorePasswd (array $args)
  • array $args: command line arguments
static method getOptionValue (line 315)

Returns the named option's value from the options array.

  • access: public
static string getOptionValue (string $optName, array $options)
  • string $optName: name of option
  • array $options: array of command line options
static method handleArguments (line 222)

Parses command line into command line arguments array.

  • access: protected
static array handleArguments ()
static method hasOption (line 294)

Determines whether the named option is specified in the options array.

  • access: public
static boolean hasOption (string $optName, array $options)
  • string $optName: name of option
  • array $options: array of command line options
static method main (line 83)

Program entry point.

  • access: public
static void main ()
static method showHelp (line 333)

Displays the help message.

  • access: public
static void showHelp ()

Documentation generated on Tue, 08 Jul 2008 14:52:11 -0500 by phpDocumentor 1.4.2