Changes between Version 3 and Version 4 of ImportKeyUtil
- Timestamp:
- 07/08/11 11:24:22 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImportKeyUtil
v3 v4 3 3 This page documents the use and function of the Import Key Java utility. 4 4 5 1. Compile the !ImportKey.java source: 6 {{{ 7 john@fearless:~/Junk/ImportKey$ javac ImportKey.java 8 john@fearless:~/Junk/ImportKey$ ls -la ImportKey.class 9 -rw-r--r-- 1 john john 3496 2011-07-08 11:23 ImportKey.class 10 }}} 11 12 2. Check execution: 13 {{{ 14 john@fearless:~/Junk/ImportKey$ java ImportKey 15 Usage: java comu.ImportKey keyfile certfile [alias] 16 }}} 17 5 18 References:[[br]] 6 19 [[raw-attachment:ImportKey.html|Import Key Documentation]]