gnu.crypto.tool.keytool

Class Command

class Command extends Object

Field Summary
Stringalias
booleanarmor
StringcaAlias
StringcertType
Datedate
static StringDEFAULT_ALIAS
Stringfile
CallbackHandlerhandler
booleannoKeystore
StringoutFile
Providerprovider
StringproviderName
StringsecretStore
StringstoreFile
StringstoreType
intvalidity
intverbose
Constructor Summary
Command(Command previous)
Command()
Method Summary
protected voidprint(String mesg)
protected voidprintln(String mesg)
voidrun()

Field Detail

alias

String alias

armor

boolean armor

caAlias

String caAlias

certType

String certType

date

Date date

DEFAULT_ALIAS

static final String DEFAULT_ALIAS

file

String file

handler

CallbackHandler handler

noKeystore

boolean noKeystore

outFile

String outFile

provider

Provider provider

providerName

String providerName

secretStore

String secretStore

storeFile

String storeFile

storeType

String storeType

validity

int validity

verbose

int verbose

Constructor Detail

Command

Command(Command previous)

Command

Command()

Method Detail

print

protected void print(String mesg)

println

protected void println(String mesg)

run

public void run()
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.