Java KeyStore: Difference between revisions

Content deleted Content added
No edit summary
BG19bot (talk | contribs)
m WP:CHECKWIKI error fix for #61. Punctuation goes before References. Do general fixes if a problem exists. - using AWB (8853)
Line 3:
In [[Oracle WebLogic Server]], a file with extension ''jks'' serves as keystore.
 
The [[Java Development Kit]] maintains a [[Common Access Card|CAC]] keystore in jre/lib/security/cacerts. JDKs provide a tool named ''keytool'' <ref>[http://java.sun.com/javase/6/docs/tooldocs/solaris/keytool.html keytool - Key and Certificate Management Tool]</ref> to manipulate the keystore. ''keytool'' has no functionality to extract the private key out of the keystore, but this is possible with a third-party tool jksExportKey.<ref>[http://miteff.com/jksexportkey jksExportKey - A free tool for exporting private keys out of the keystore as standalone files]</ref>.
 
== See also ==
Line 10:
== References ==
{{Reflist}}
 
[[Category:Public-key cryptography]]
[[Category:Java development tools]]
 
 
{{Computer-security-stub}}