kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

Show import and export button for certificate details #131

Closed bennypi closed 6 years ago

bennypi commented 6 years ago

See https://github.com/kaikramer/keystore-explorer/issues/129.

I added the new option to show both import and export button in case the certificate view is triggered by the File-, Clipboard- or SSLAction.

kaikramer commented 6 years ago

Great, thanks! I'll review the PR on the weekend.

kaikramer commented 6 years ago

Two issues:

  1. The mnemonic for export "E" is already used for the "extensions" button:

grafik

  1. You seem to have changed the encoding of kse/src/org/kse/gui/dialogs/resources_fr.properties:

grafik

Just fix these and I'll merge the PR.