gnu.crypto.tool.keytool
Class Command
java.lang.Object
gnu.crypto.tool.keytool.Command
- Direct Known Subclasses:
- Delete, Export, GenKey, Import, List, Path, Revoke, Sign, Trust
class Command
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Command
Command(Command previous)
Command
Command()
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
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.