Java KeyStore: Difference between revisions

Content deleted Content added
Vernetto (talk | contribs)
No edit summary
Dead-end pages tagging and other cleanup; you can help! using AWB
Line 1:
{{orphan|date=May 2010}}
 
{{unreferenced|date=March 2010}}
A '''keystore''' is a repository of security certificates, either [[Certification Authority CertificatesCertificate]]s or [[Public Key CertificatesCertificate]]s - used for instance in [[SSL encryption]].
 
In WebLogic server, a file with extension [[jks]] serves as keystore.
 
Java JDK maintains a CAC keystore in jre/lib/security/cacerts. JDKs provide a tool keytool [http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/keytool.html] to manipulate the keystore.
 
 
[[Category:Public-key cryptography]]