https://de.wikipedia.org/w/index.php?action=history&feed=atom&title=Java_KeyStore Java KeyStore - Versionsgeschichte 2025-05-28T13:32:13Z Versionsgeschichte dieser Seite in Wikipedia MediaWiki 1.45.0-wmf.2 https://de.wikipedia.org/w/index.php?title=Java_KeyStore&diff=250099482&oldid=prev Wikiwormweb: /* growthexperiments-addlink-summary-summary:2|1|0 */ 2024-11-06T14:56:39Z <p>Linkvorschlag-Funktion: 2 Links hinzugefügt.</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 6. November 2024, 16:56 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 1:</td> <td colspan="2" class="diff-lineno">Zeile 1:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Ein '''Java KeyStore''' ('''JKS''') ist ein [[Repository]] von Sicherheitszertifikaten, entweder [[Digitales Zertifikat|Autorisierungszertifikats]] oder [[Digitales Zertifikat#Public-Key-Zertifikate|Public Key Zertifikats]] plus entsprechende [[Asymmetrisches Kryptosystem|private Schlüssel]], die z.&amp;nbsp;B. in [[Transport Layer Security|TLS-Verschlüsselung]].</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Ein '''Java KeyStore''' ('''JKS''') ist ein [[Repository]] von Sicherheitszertifikaten, entweder [[Digitales Zertifikat|Autorisierungszertifikats]] oder [[Digitales Zertifikat#Public-Key-Zertifikate|Public Key Zertifikats]] plus entsprechende [[Asymmetrisches Kryptosystem|private Schlüssel]], die z.&amp;nbsp;B. in [[Transport Layer Security|TLS-Verschlüsselung]].</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>In IBM WebSphere Application Server und Oracle WebLogic Server dient eine Datei mit der Endung ''jks'' als Keystore.</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>In <ins style="font-weight: bold; text-decoration: none;">[[</ins>IBM<ins style="font-weight: bold; text-decoration: none;">]]</ins> <ins style="font-weight: bold; text-decoration: none;">[[</ins>WebSphere<ins style="font-weight: bold; text-decoration: none;">]]</ins> Application Server und Oracle WebLogic Server dient eine Datei mit der Endung ''jks'' als Keystore.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java Development Kit]] unterhält eine [[Zertifizierungsstelle (Digitale Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''&lt;ref&gt;[https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity,&lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores]&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net/ Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org/ KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java Development Kit]] unterhält eine [[Zertifizierungsstelle (Digitale Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''&lt;ref&gt;[https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity,&lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores]&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net/ Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org/ KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> </tr> </table> Wikiwormweb https://de.wikipedia.org/w/index.php?title=Java_KeyStore&diff=248775312&oldid=prev Dk1909: Klammern korrigiert 2024-09-21T08:45:49Z <p>Klammern korrigiert</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 21. September 2024, 10:45 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 3:</td> <td colspan="2" class="diff-lineno">Zeile 3:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>In IBM WebSphere Application Server und Oracle WebLogic Server dient eine Datei mit der Endung ''jks'' als Keystore.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>In IBM WebSphere Application Server und Oracle WebLogic Server dient eine Datei mit der Endung ''jks'' als Keystore.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java Development Kit]] unterhält eine [[Zertifizierungsstelle (Digitale Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''<del style="font-weight: bold; text-decoration: none;">[</del>&lt;ref&gt;[https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity,&lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores]&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net/ Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org/ KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java Development Kit]] unterhält eine [[Zertifizierungsstelle (Digitale Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''&lt;ref&gt;[https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity,&lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores]&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net/ Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org/ KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> </tr> </table> Dk1909 https://de.wikipedia.org/w/index.php?title=Java_KeyStore&diff=248640065&oldid=prev Invisigoth67: form 2024-09-16T08:39:52Z <p>form</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 16. September 2024, 10:39 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 1:</td> <td colspan="2" class="diff-lineno">Zeile 1:</td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Ein '''Java KeyStore''' ('''JKS''') ist ein [[Repository]] von Sicherheitszertifikaten, entweder [[Digitales Zertifikat|Autorisierungszertifikats]] oder [[Digitales Zertifikat#Public-Key-Zertifikate|Public Key Zertifikats]] plus entsprechende [[Asymmetrisches Kryptosystem|private Schlüssel]], die z.B. in [[Transport Layer Security|TLS-Verschlüsselung]].</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Ein '''Java KeyStore''' ('''JKS''') ist ein [[Repository]] von Sicherheitszertifikaten, entweder [[Digitales Zertifikat|Autorisierungszertifikats]] oder [[Digitales Zertifikat#Public-Key-Zertifikate|Public Key Zertifikats]] plus entsprechende [[Asymmetrisches Kryptosystem|private Schlüssel]], die z.<ins style="font-weight: bold; text-decoration: none;">&amp;nbsp;</ins>B. in [[Transport Layer Security|TLS-Verschlüsselung]].</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>In IBM WebSphere Application Server und Oracle WebLogic Server dient eine Datei mit der Endung ''jks'' als Keystore.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>In IBM WebSphere Application Server und Oracle WebLogic Server dient eine Datei mit der Endung ''jks'' als Keystore.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java Development Kit]] unterhält eine [[Zertifizierungsstelle (Digitale Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;[https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity,<del style="font-weight: bold; text-decoration: none;"> </del>&lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores]&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net/ Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org/ KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java Development Kit]] unterhält eine [[Zertifizierungsstelle (Digitale Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;[https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity,&lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores]&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net/ Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org/ KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> </tr> </table> Invisigoth67 https://de.wikipedia.org/w/index.php?title=Java_KeyStore&diff=248588266&oldid=prev Crazy1880: linkfix 2024-09-14T09:18:46Z <p>linkfix</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 14. September 2024, 11:18 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 1:</td> <td colspan="2" class="diff-lineno">Zeile 1:</td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Ein '''Java KeyStore''' ('''JKS''') ist ein [[<del style="font-weight: bold; text-decoration: none;">Repository|</del>Repository]] von Sicherheitszertifikaten, entweder [[<del style="font-weight: bold; text-decoration: none;">Digitales_Zertifikat</del>|<del style="font-weight: bold; text-decoration: none;">Autorisierungszertifikat</del>]]<del style="font-weight: bold; text-decoration: none;">s</del> oder [[<del style="font-weight: bold; text-decoration: none;">Digitales_Zertifikat</del>#Public-Key-Zertifikate|Public Key <del style="font-weight: bold; text-decoration: none;">Zertifikat</del>]]<del style="font-weight: bold; text-decoration: none;">s</del> plus entsprechende [[<del style="font-weight: bold; text-decoration: none;">Asymmetrisches_Kryptosystem</del>|private Schlüssel]], die z.B. in [[<del style="font-weight: bold; text-decoration: none;">Transport_Layer_Security</del>|TLS-Verschlüsselung]].</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Ein '''Java KeyStore''' ('''JKS''') ist ein [[Repository]] von Sicherheitszertifikaten, entweder [[<ins style="font-weight: bold; text-decoration: none;">Digitales Zertifikat</ins>|<ins style="font-weight: bold; text-decoration: none;">Autorisierungszertifikats</ins>]] oder [[<ins style="font-weight: bold; text-decoration: none;">Digitales Zertifikat</ins>#Public-Key-Zertifikate|Public Key <ins style="font-weight: bold; text-decoration: none;">Zertifikats</ins>]] plus entsprechende [[<ins style="font-weight: bold; text-decoration: none;">Asymmetrisches Kryptosystem</ins>|private Schlüssel]], die z.B. in [[<ins style="font-weight: bold; text-decoration: none;">Transport Layer Security</ins>|TLS-Verschlüsselung]].</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>In IBM WebSphere Application Server und Oracle WebLogic Server dient eine Datei mit der Endung ''jks'' als Keystore.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>In IBM WebSphere Application Server und Oracle WebLogic Server dient eine Datei mit der Endung ''jks'' als Keystore.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Das [[<del style="font-weight: bold; text-decoration: none;">Java_Development_Kit|</del>Java Development Kit]] unterhält eine [[<del style="font-weight: bold; text-decoration: none;">Zertifizierungsstelle_</del>(<del style="font-weight: bold; text-decoration: none;">Digitale_Zertifikate</del>)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;[https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung<del style="font-weight: bold; text-decoration: none;"> </del>]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity, &lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores]&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java Development Kit]] unterhält eine [[<ins style="font-weight: bold; text-decoration: none;">Zertifizierungsstelle </ins>(<ins style="font-weight: bold; text-decoration: none;">Digitale Zertifikate</ins>)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;[https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity, &lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores]&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net<ins style="font-weight: bold; text-decoration: none;">/</ins> Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org<ins style="font-weight: bold; text-decoration: none;">/</ins> KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> </tr> </table> Crazy1880 https://de.wikipedia.org/w/index.php?title=Java_KeyStore&diff=248563775&oldid=prev Schnorpelbiene am 13. September 2024 um 10:26 Uhr 2024-09-13T10:26:53Z <p></p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 13. September 2024, 12:26 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 3:</td> <td colspan="2" class="diff-lineno">Zeile 3:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>In IBM WebSphere Application Server und Oracle WebLogic Server dient eine Datei mit der Endung ''jks'' als Keystore.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>In IBM WebSphere Application Server und Oracle WebLogic Server dient eine Datei mit der Endung ''jks'' als Keystore.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java_Development_Kit|Java Development Kit]] unterhält eine [[Zertifizierungsstelle_(Digitale_Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung ]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity, &lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores]&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java_Development_Kit|Java Development Kit]] unterhält eine [[Zertifizierungsstelle_(Digitale_Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;<ins style="font-weight: bold; text-decoration: none;">[</ins>https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung ]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity, &lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores]&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> </tr> </table> Schnorpelbiene https://de.wikipedia.org/w/index.php?title=Java_KeyStore&diff=248563666&oldid=prev Schnorpelbiene am 13. September 2024 um 10:26 Uhr 2024-09-13T10:26:32Z <p></p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 13. September 2024, 12:26 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 3:</td> <td colspan="2" class="diff-lineno">Zeile 3:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>In IBM WebSphere Application Server und Oracle WebLogic Server dient eine Datei mit der Endung ''jks'' als Keystore.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>In IBM WebSphere Application Server und Oracle WebLogic Server dient eine Datei mit der Endung ''jks'' als Keystore.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java_Development_Kit|Java Development Kit]] unterhält eine [[Zertifizierungsstelle_(Digitale_Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung ]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity, &lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores<del style="font-weight: bold; text-decoration: none;">,</del>&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java_Development_Kit|Java Development Kit]] unterhält eine [[Zertifizierungsstelle_(Digitale_Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung ]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity, &lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores<ins style="font-weight: bold; text-decoration: none;">]</ins>&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> </tr> </table> Schnorpelbiene https://de.wikipedia.org/w/index.php?title=Java_KeyStore&diff=248563514&oldid=prev Regi51: Änderungen von 80.146.191.143 (Diskussion) rückgängig gemacht (HG) (3.4.12) 2024-09-13T10:26:05Z <p>Änderungen von <a href="/wiki/Spezial:Beitr%C3%A4ge/80.146.191.143" title="Spezial:Beiträge/80.146.191.143">80.146.191.143</a> (<a href="/wiki/Benutzer_Diskussion:80.146.191.143" title="Benutzer Diskussion:80.146.191.143">Diskussion</a>) rückgängig gemacht (<a href="/wiki/Wikipedia:Huggle" title="Wikipedia:Huggle">HG</a>) (3.4.12)</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 13. September 2024, 12:26 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 4:</td> <td colspan="2" class="diff-lineno">Zeile 4:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java_Development_Kit|Java Development Kit]] unterhält eine [[Zertifizierungsstelle_(Digitale_Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung ]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity, &lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores,&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java_Development_Kit|Java Development Kit]] unterhält eine [[Zertifizierungsstelle_(Digitale_Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung ]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity, &lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores,&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><br /></td> <td colspan="2" class="diff-empty diff-side-added"></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> </tr> </table> Regi51 https://de.wikipedia.org/w/index.php?title=Java_KeyStore&diff=248563425&oldid=prev 80.146.191.143 am 13. September 2024 um 10:25 Uhr 2024-09-13T10:25:52Z <p></p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 13. September 2024, 12:25 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 4:</td> <td colspan="2" class="diff-lineno">Zeile 4:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java_Development_Kit|Java Development Kit]] unterhält eine [[Zertifizierungsstelle_(Digitale_Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung ]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity, &lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores,&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java_Development_Kit|Java Development Kit]] unterhält eine [[Zertifizierungsstelle_(Digitale_Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung ]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity, &lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores,&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> </tr> </table> 80.146.191.143 https://de.wikipedia.org/w/index.php?title=Java_KeyStore&diff=248563238&oldid=prev M2k~dewiki: HC: Ergänze Kategorie:Java (Programmiersprache) 2024-09-13T10:25:14Z <p><a href="/wiki/Wikipedia:HC" class="mw-redirect" title="Wikipedia:HC">HC</a>: Ergänze <a href="/wiki/Kategorie:Java_(Programmiersprache)" title="Kategorie:Java (Programmiersprache)">Kategorie:Java (Programmiersprache)</a></p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 13. September 2024, 12:25 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 6:</td> <td colspan="2" class="diff-lineno">Zeile 6:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Java (Programmiersprache)]]</div></td> </tr> </table> M2k~dewiki https://de.wikipedia.org/w/index.php?title=Java_KeyStore&diff=248563235&oldid=prev M2k~dewiki: == Einzelnachweise == <references /> 2024-09-13T10:25:08Z <p>== Einzelnachweise == &lt;references /&gt;</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 13. September 2024, 12:25 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 4:</td> <td colspan="2" class="diff-lineno">Zeile 4:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java_Development_Kit|Java Development Kit]] unterhält eine [[Zertifizierungsstelle_(Digitale_Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung ]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity, &lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores,&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das [[Java_Development_Kit|Java Development Kit]] unterhält eine [[Zertifizierungsstelle_(Digitale_Zertifikate)|Zertifizierungsstelle (CA)]] Keystore-Datei mit dem Namen ''cacerts'' im Ordner ''jre/lib/security''. JDKs stellen ein Tool namens ''keytool''[&lt;ref&gt;https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html den Befehl ''keytool'' - ein Dienstprogramm zur Schlüssel- und Zertifikatsverwaltung ]&lt;/ref&gt; zur Verfügung, um den Keystore zu manipulieren. ''keytool'' hat keine Funktionalität, um den privaten Schlüssel aus dem Keystore zu extrahieren, aber dies ist möglich mit Tools von Drittanbietern wie jksExportKey, CERTivity, &lt;ref&gt;[http://www.edulib.com/products/keystores-manager/ CERTivity - Ein plattformübergreifendes visuelles Tool zur Verwaltung von Keystores,&lt;/ref&gt; Portecle&lt;ref&gt;[http://portecle.sourceforge.net Portecle - Portecle ist eine Open-Source-GUI-Anwendung zum Erstellen, Verwalten und Untersuchen von Keystores.]&lt;/ref&gt; und KeyStore Explorer.&lt;ref&gt;[http://keystore-explorer.org KeyStore Explorer - Ein Open-Source-GUI-Ersatz für die Java-Befehlszeilenprogramme keytool, jarsigner und jadtool.]&lt;/ref&gt;</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>&lt;references /&gt;</div></td> </tr> </table> M2k~dewiki