Java KeyStore

This is an old revision of this page, as edited by 194.119.85.99 (talk) at 14:09, 27 September 2011. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A Java KeyStore (JKS) is a repository of security certificates, either Authorization certificates or Public key certificates - used for instance in SSL encryption.

In WebLogic server, a file with extension jks serves as keystore.

The Java JDK maintains a CAC keystore in jre/lib/security/cacerts. JDKs provide a tool keytool [1] to manipulate the keystore.

See also

PKI

References