Re: How to manage Keystore using a database?

Jan Luehe (luehe@laguna.eng.sun.com)
Thu, 25 Mar 1999 14:10:11 -0800 (PST)

Message-Id: <199903252210.OAA22128@laguna.eng.sun.com>
Date: Thu, 25 Mar 1999 14:10:11 -0800 (PST)
From: Jan Luehe <luehe@laguna.eng.sun.com>
Subject: Re: How to manage Keystore using a database?
To: java-security@java.sun.com, sthakur@ecom2ecom.com

Sudheer:

> The default keystore is stored in a file. What if I want to have the keys and
associated certificate chains stored in a centralized database? Do I have to
implement my own keystore from scratch?

Yes.

You can get the source of Sun's default keystore implementation from

http://java.sun.com/communitysource/.

Jan