Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated certificate fingerprint and public key format #487

Merged
merged 3 commits into from
Apr 7, 2024

Conversation

jgrateron
Copy link
Contributor

image

image

@kaikramer
Copy link
Owner

Thanks, good work! I only have found some minor visual issues:

  • The label in most dialogs ends with a ":", but not in the new fingerprint dialogs
  • "Fingerprint" is sometimes written with a capital P ("FingerPrint"):
    grafik
  • Maybe the dialog could a bit broader by default (I know it's resizable), closer to 400 pixel width

@jgrateron
Copy link
Contributor Author

jgrateron commented Apr 7, 2024

Add application preferences, PublicKeyFingerprintAlgorithm

image

@@ -77,29 +77,29 @@ DUpgradeCryptoStrength.jlDownloadPolicyInstructions.text = <html><b>1. Download
DUpgradeCryptoStrength.jlDropPolicyInstructions.text = <html><b>2. Install Unlimited Strength Jurisdiction Policy</b><br><br>Browse to the Unlimited Strength Jurisdiction Policy<br>ZIP or drop it onto the icon to the right. Finally press<br>the Upgrade button.</html>
DUpgradeCryptoStrength.jlUpgradeInstructions.text = <html>To upgrade cryptography to unlimited strength carry out the following<br>steps:</html>

DViewCertificateFingerprint.Title = {0} Certificate Fingerprint
DViewCertificateFingerprint.Title = {0} Certificate FingerPrint
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, that was a misunderstanding, I meant the other way round (FingerPrint -> Fingerprint). Because fingerprint is a normal English word, there should be no need to capitalize the "p".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@@ -39,7 +40,8 @@ public class KsePreferences {
private CaCertsSettings caCertsSettings = new CaCertsSettings();
private KeyGenerationSettings keyGenerationDefaults = new KeyGenerationSettings();
private DigestType certificateFingerprintAlgorithm = DigestType.SHA1;
private PasswordQualityConfig passwordQualityConfig = new PasswordQualityConfig(false, false, 60);
private PublicKeyFingerprintAlgorithm publicKeyFingerprintAlgorithm = PublicKeyFingerprintAlgorithm.SKI_METHOD1;
private PasswordQualityConfig passwordQualityConfig = new PasswordQualityConfig(false, false, 60);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indentation here seems to be too big

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@kaikramer kaikramer merged commit 4dc536a into kaikramer:main Apr 7, 2024
4 checks passed
@The-Lum
Copy link
Contributor

The-Lum commented Apr 8, 2024

Hi all,

I can prepare a French translation for the properties...

Regards,
Th.

The-Lum added a commit to The-Lum/keystore-explorer that referenced this pull request Apr 8, 2024
To follow:
- kaikramer#486
- kaikramer#487

Here is a commit in order to adding/updating the French Resources for Fingerprint functionality.
kaikramer pushed a commit that referenced this pull request Apr 8, 2024
To follow:
- #486
- #487

Here is a commit in order to adding/updating the French Resources for Fingerprint functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants