net.sf.bse
Class GenerateRootCertificate

java.lang.Object
  extended bynet.sf.bse.Command
      extended bynet.sf.bse.GenerateRootCertificate

public class GenerateRootCertificate
extends Command

Command to generate an MHP root certificate.

Version:
$Revision: 1.1 $ $Date: 2003/01/17 14:40:19 $
Author:
Bill Foote (bill.foote@sun.com), Aleksi Peebles (aleksi.peebles@infocast.fi)

Constructor Summary
GenerateRootCertificate(java.util.Map args)
           
 
Method Summary
 java.lang.String[] getOptionalArgs()
           
 java.lang.String[] getRequiredArgs()
           
 void run()
          Execute this command.
 void usageMessage(java.io.PrintStream out)
           
 
Methods inherited from class net.sf.bse.Command
getArg, getDateArg, readBytesFromFile, readX509
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateRootCertificate

public GenerateRootCertificate(java.util.Map args)
Method Detail

usageMessage

public void usageMessage(java.io.PrintStream out)
Specified by:
usageMessage in class Command

getRequiredArgs

public java.lang.String[] getRequiredArgs()
Specified by:
getRequiredArgs in class Command

getOptionalArgs

public java.lang.String[] getOptionalArgs()
Specified by:
getOptionalArgs in class Command

run

public void run()
         throws java.lang.Exception
Description copied from class: Command
Execute this command.

Specified by:
run in class Command
Throws:
java.lang.Exception


Copyright © 2002-2004 BSE Project. All Rights Reserved.