gnu.crypto.tool.keytool

Class Command

Known Direct Subclasses:
Delete, Export, GenKey, Import, List, Path, Revoke, Sign, Trust

(package private) class Command
extends Object

Field Summary

(package private) static String
DEFAULT_ALIAS
(package private) String
alias
(package private) boolean
armor
(package private) String
caAlias
(package private) String
certType
(package private) Date
date
(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

Command()
Command(Command previous)

Method Summary

protected void
print(String mesg)
protected void
println(String mesg)
void
run()

Field Details

DEFAULT_ALIAS

(package private) static final String DEFAULT_ALIAS

alias

(package private)  String alias

armor

(package private)  boolean armor

caAlias

(package private)  String caAlias

certType

(package private)  String certType

date

(package private)  Date date

file

(package private)  String file

handler

(package private)  CallbackHandler handler

noKeystore

(package private)  boolean noKeystore

outFile

(package private)  String outFile

provider

(package private)  Provider provider

providerName

(package private)  String providerName

secretStore

(package private)  String secretStore

storeFile

(package private)  String storeFile

storeType

(package private)  String storeType

validity

(package private)  int validity

verbose

(package private)  int verbose

Constructor Details

Command

(package private)  Command()

Command

(package private)  Command(Command previous)

Method Details

print

protected void print(String mesg)
            throws UnsupportedCallbackException,
                   IOException

println

protected void println(String mesg)
            throws UnsupportedCallbackException,
                   IOException

run

public void run()
            throws Exception

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