|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tools.jce.ProviderInfo
Field Summary | |
static String |
OPT_DESCR
The options descriptor. |
protected ArgsParser |
p_
The option parser used to parse command line args. |
protected static Map |
pmap_
The map that maps provider names to their base class. |
protected Provider[] |
providers_
The available providers. |
Constructor Summary | |
ProviderInfo()
|
Method Summary | |
void |
dump()
|
void |
dumpKnownProviders()
|
void |
dumpRegisteredProviders()
|
void |
help()
|
void |
info()
|
static Map |
initPMap()
Initialises the map that maps names of providers to the repsective provider classes. |
static void |
main(String[] argv)
Starts the tool by creatung and instance and running it. |
void |
run(String[] argv)
|
void |
setProviders()
|
static void |
setProviders(String[] aliases)
This method removes all registered providers and registers the given one in the specified order. |
void |
test(String[] cls)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String OPT_DESCR
protected static Map pmap_
protected ArgsParser p_
protected Provider[] providers_
Constructor Detail |
public ProviderInfo()
Method Detail |
public static void main(String[] argv)
public static Map initPMap()
public void dumpKnownProviders() throws IOException
IOException
public void dumpRegisteredProviders() throws IOException
IOException
public static void setProviders(String[] aliases) throws NoSuchProviderException
NoSuchProviderException
public void setProviders() throws NoSuchProviderException, ArgsParserException
NoSuchProviderException
ArgsParserException
public void info() throws IOException
IOException
public void help()
public void dump()
public void test(String[] cls)
public void run(String[] argv) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |