|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.keyczar.KeyczarTool
public class KeyczarTool
Command line tool for generating Keyczar key files. The following commands are supported:
Constructor Summary | |
---|---|
KeyczarTool()
|
Method Summary | |
---|---|
static MockKeyczarReader |
getMock()
Returns a mock for testing purposes |
static void |
main(java.lang.String[] args)
Uses setFlags() to parse command line arguments and delegates to the appropriate command function or prints the usage instructions if command syntax is invalid. |
static void |
setReader(MockKeyczarReader reader)
Sets the mock KeyczarReader used only for testing. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyczarTool()
Method Detail |
---|
public static void setReader(MockKeyczarReader reader)
reader
- public static MockKeyczarReader getMock()
public static void main(java.lang.String[] args)
args
- from the command line
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |