|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.security.SecretKeyTool
public class SecretKeyTool
This a command line tool for managing secret keys. The tool is needed because the standard utilities 'keytool' and 'ikeyman' in IBM JRE 5.0 can only work with public/private keys but not with secret keys. The tool can generate and delete secret keys. It can also import a secret key from one keystore to another.
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Call with no arguments to print a brief usage manual. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- command-line arguments
java.lang.Exception
- incorrect syntax or an error encountered during the tool
operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |