Date: Mon, 14 Apr 1997 15:35:27 -0400 (EDT)
From: Mark Bordas <mbordas@gotham.East.Sun.COM>
Subject: identity.database question
To: java-security@java.eng.sun.com
Message-Id: <libSDtMail.9704141535.20889.mbordas@elsa>
The database created/maintained by javakey is specified by the
identity.database property in $JAVAHOME/lib/security/java.security,
which means you can only have one database per JVM. Is this correct?
Also, the system.scope property is set to sun.security.provider.IdentityScope.
This loads the system IdentityScope from the database indicated by
identity.database, or, if identity.datbase is not specified, to the
default ($HOME/identitydb.obj). Is this correct?
Are there plans to support multiple key databases in the future?
mark