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

Commits on Jun 15, 2022

  1. Overload createKeyStore to allow password parameter to be set Fixes s…

    …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 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    1b2404e View commit details
    Browse the repository at this point in the history
  2. Overload createKeyStore to allow password as char parameter to be set

    - 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 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    31e6716 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37f1234 View commit details
    Browse the repository at this point in the history