> >> IBM has a keytool called Keyman.
> >
[quoted text clipped - 5 lines]
> fit together. Just getting a list of classes used by a given
> procedure would be a big help.
>> >> IBM has a keytool called Keyman.
>> >
[quoted text clipped - 5 lines]
>> fit together. Just getting a list of classes used by a given
>> procedure would be a big help.
Running keytool with the option -J-verbose:class should furnish some
clues. :)
> Oh, you wicked, evil person you. :-p
>
> Of course, the time involved would prevent us from that even if we
> were to decide to ignore Sun's license.
For suitable values of "us". I doubt Al Qaeda is deterred by either the time
or the license.
However for study purposes it probably makes more sense to look at the
sources of e.g. BouncyCastle. The details of the implementation will be
different, but somewhere along the line the same steps have to be performed
to reach the same result. BC doesn't handle the proprietary JKS format, but
no worry: see <http://metastatic.org/source/JKS.html>. (Lots more good
material on Casey's site, by the way).

Signature
Chris Gray chris@kiffer.eunet.be
/k/ Embedded Java Solutions
Joseph Daniel Zukiger - 09 Jul 2004 02:40 GMT
> >> >> IBM has a keytool called Keyman.
> >> >
[quoted text clipped - 23 lines]
> no worry: see <http://metastatic.org/source/JKS.html>. (Lots more good
> material on Casey's site, by the way).
Thanks for those, Chris. (Especially since I wasn't taking the
comments about bouncy castle seriously until now. Good to know there
are still people who know how to have serious fun.)