For the latest news and information visit
The GNU Crypto project

gnu.crypto.tool.keytool
Class Sign

java.lang.Object
  extended bygnu.crypto.tool.keytool.Command
      extended bygnu.crypto.tool.keytool.Sign

class Sign
extends Command


Field Summary
(package private)  String alias
           
(package private)  boolean armor
           
(package private)  String caAlias
           
(package private)  String certType
           
(package private)  Date date
           
(package private) static String DEFAULT_ALIAS
           
(package private)  String file
           
(package private)  CallbackHandler handler
           
(package private)  boolean noKeystore
           
(package private)  String outFile
           
(package private)  Provider provider
           
(package private)  String providerName
           
(package private)  String secretStore
           
(package private)  String storeFile
           
(package private)  String storeType
           
(package private)  int validity
           
(package private)  int verbose
           
 
Constructor Summary
(package private) Sign(Command previous)
           
 
Method Summary
protected  void print(String mesg)
           
protected  void println(String mesg)
           
 void run()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_ALIAS

static final String DEFAULT_ALIAS
See Also:
Constant Field Values

armor

boolean armor

noKeystore

boolean noKeystore

validity

int validity

verbose

int verbose

alias

String alias

caAlias

String caAlias

file

String file

outFile

String outFile

storeType

String storeType

certType

String certType

storeFile

String storeFile

secretStore

String secretStore

handler

CallbackHandler handler

date

Date date

providerName

String providerName

provider

Provider provider
Constructor Detail

Sign

Sign(Command previous)
Method Detail

toString

public String toString()

run

public void run()
         throws Exception
Throws:
Exception

println

protected void println(String mesg)
                throws UnsupportedCallbackException,
                       IOException
Throws:
UnsupportedCallbackException
IOException

print

protected void print(String mesg)
              throws UnsupportedCallbackException,
                     IOException
Throws:
UnsupportedCallbackException
IOException

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.