interested about Milan's question. why there is no answer for

emmyc (emmyc@synacom.com)
Tue, 20 Jan 1998 19:07:35 -0800

Message-Id: <2.2.32.19980121030735.009a9100@synacom.com>
Date: Tue, 20 Jan 1998 19:07:35 -0800
To: java-security@web2.javasoft.com
From: emmyc <emmyc@synacom.com>
Subject: interested about Milan's question. why there is no answer for

I am interested about this question too. Why there is no answer for it.

Would somebody can help us to answer this question?

Thanks

Emmy Chen

---------------------------------------------------------------

Message-Id: <339CAD0B.3B28B39F@astsun.fujitsu.com.au>

Date: Tue, 10 Jun 1997 10:25:31 +1000

From: Milan Durovic <ip103@astsun.fujitsu.com.au>

To: java-security@web2.javasoft.com

Subject: API for dealing with the security database generated by javakey utility

Hello!

I started studying security features offered by JDK1.1.1.

Goal:
I would like to programmatically sign and verify signatures on messages.

The problem:
I could not find any classes included with JDK1.1.1 that provide access
to the security database created and manipulated by javakey utility. The
classes that should deal with the database, Identity and Signer, are
abstract classes. I need that access to be able to retrieve private and
public keys and certificates that have been stored in the database
during previous sessions.

Obviously, javakey utility implements somehow Identity and Signer
classes. Is the source code for javakey available, or, more importantly,
are there any implementations of Identity and Signer classes available?

Thank you in advance,

Milan