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

Overload createKeyStore to allow password parameter to be set Fixes gh-708 #711

Closed
wants to merge 3 commits into from

Conversation

sodrac
Copy link
Contributor

@sodrac sodrac commented Jun 15, 2022

  • Overload the CertificateBundle.createKeyStore() to allow a String password parameter to be set
  • Overload the static KeystoreUtil.createKeyStore() to allow a String password parameter to be set
  • Added javadoc and unit tests
  • Code formatting, best practices and cosmetic changes
  • Fixes Create keystore with password #708

…pring-projectsgh-708

- Overload the CertificateBundle.createKeyStore() to allow a String password parameter to be set
- Overload the static KeystoreUtil.createKeyStore() to allow a String password parameter to be set
- Added javadoc and unit tests
- Code formatting, best practices and cosmetic changes
- Fixes spring-projectsgh-708
@sodrac sodrac changed the title Overload createKeyStore to allow password parameter to be set Fixes g… Overload createKeyStore to allow password parameter to be set Fixes h-708 Jun 15, 2022
@sodrac sodrac changed the title Overload createKeyStore to allow password parameter to be set Fixes h-708 Overload createKeyStore to allow password parameter to be set Fixes gh-708 Jun 15, 2022
- Overload the CertificateBundle.createKeyStore() to allow a char[] password parameter to be set
- Overload the static KeystoreUtil.createKeyStore() to allow a char[] password parameter to be set
- Added javadoc and unit tests
- Code formatting, best practices and cosmetic changes
- Fixes spring-projectsgh-708
@sodrac sodrac requested a review from mp911de June 15, 2022 12:00
@mp911de mp911de added this to the 2.4.0-M2 milestone Jun 24, 2022
mp911de pushed a commit that referenced this pull request Jun 24, 2022
- Overload the CertificateBundle.createKeyStore() to allow a String password parameter to be set
- Overload the static KeystoreUtil.createKeyStore() to allow a String password parameter to be set
- Added javadoc and unit tests
- Code formatting, best practices and cosmetic changes

Fixes gh-708
Original pull request: gh-711
@mp911de mp911de closed this in 7ad1c38 Jun 24, 2022
mp911de pushed a commit that referenced this pull request Jun 24, 2022
- Overload the CertificateBundle.createKeyStore() to allow a String password parameter to be set
- Overload the static KeystoreUtil.createKeyStore() to allow a String password parameter to be set
- Added javadoc and unit tests
- Code formatting, best practices and cosmetic changes

Fixes gh-708
Original pull request: gh-711
mp911de added a commit that referenced this pull request Jun 24, 2022
Simplify variable names. Remove unused internal methods. Use CharSequence instead of String to accept keystore passwords.

Closes gh-711
See gh-708
@mp911de
Copy link
Member

mp911de commented Jun 24, 2022

Thank you for your contribution. That's merged, polished, and backported now.

@mp911de mp911de added the type: enhancement A general enhancement label Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create keystore with password
2 participants