[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: Java.Security package
On Sat, Aug 26, 2000 at 01:05:18AM +0530, Ravi Prakash B.V. wrote:
> Hi all,
> I installed jdk1.3 and I already have jdk1.2.2 also. But in both,
> java.security.KeyStore class is not there. I tried to find in java
> sites to download java.security package alone... but I didnt find.
> In the documentation of java api, it includes java.security.KeyStore
> class but in tools.jar file I didnt find java.security.KeyStore class.
http://java.sun.com/products/jce/index.html
Sun might have just left the door open to third party vendors to sell
key management extensions.
Also take a look at http://www.cryptix.org/
-Arun