Java Glossary : keyman

CMP home Java glossary home Menu no menu Last updated 2004-06-28 by Roedy Green ©1996-2004 Canadian Mind Products

Java definitions: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

You are here : home : Java Glossary : K words : keyman.

keyman
IBM's free certificate viewer and manager. It is written in Java though source in not included. It understands the following types of certificate: Windows certificate repositories, X.509/PKIX (certificates V3, CRLs V2), PKCS (#7, #10, #11, #12), Netscape certificate requests (SPKAC), Netscape db files. It does not understand PGP. It will even guide you through the process of purchasing a certificate. It will let you import and export certificates between repositories. It lets you change the label/alias name. This lets you consolidate .keystore or cacerts files.

It is just a great tool for figuring out what is in all those certificate and certificate repository files. The bat file in version 1.5 to kick it off is flawed. Modify it to look like this:

set KMHOME=C:\KM
java -cp "%KMHOME%\km.zip;%CLASSPATH%" -Dkm.dir="%KMHOME%" Main %1

Version 1.6 has a proper installer, but the certificate delete function in broken. You can still delete if you use the pulldown menu instead of the X delete button.


CMP logo
CMP_home
home
Canadian Mind Products CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[24.87.56.253]
Your IP:[80.134.30.163]
You are visitor number 2724.
Please send errors, omissions and suggestions
to improve this page to Roedy Green.
You can get a fresh copy of this page from: or possibly from your local J: drive mirror:
http://mindprod.com/jgloss/keyman.html J:\mindprod\jgloss\keyman.html