|
For the latest news and information visit The GNU Crypto project |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.crypto.tool.keytool.Command
gnu.crypto.tool.keytool.Import
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) |
Import(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 |
static final String DEFAULT_ALIAS
boolean armor
boolean noKeystore
int validity
int verbose
String alias
String caAlias
String file
String outFile
String storeType
String certType
String storeFile
String secretStore
CallbackHandler handler
Date date
String providerName
Provider provider
Constructor Detail |
Import(Command previous)
Method Detail |
public void run() throws Exception
run
in class Command
Exception
public String toString()
protected void println(String mesg) throws UnsupportedCallbackException, IOException
UnsupportedCallbackException
IOException
protected void print(String mesg) throws UnsupportedCallbackException, IOException
UnsupportedCallbackException
IOException
|
For the latest news and information visit The GNU Crypto project |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |