net.sf.bse
Class SignLeafCertificate

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

public class SignLeafCertificate
extends Command

Command to sign a leaf certificate.

Version:
$Revision: 1.3 $ $Date: 2004/05/06 10:00:34 $
Author:
Bill Foote (bill.foote@sun.com), Aleksi Peebles (aleksi.peebles@infocast.fi)

Constructor Summary
SignLeafCertificate(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

SignLeafCertificate

public SignLeafCertificate(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.