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

[Feature Request]Open keystore file in JAR package #28

Open
holy834 opened this issue Apr 30, 2017 · 0 comments
Open

[Feature Request]Open keystore file in JAR package #28

holy834 opened this issue Apr 30, 2017 · 0 comments

Comments

@holy834
Copy link

holy834 commented Apr 30, 2017

Hi,

First thank you for your great work, this project is amazing and very helpful.

While I use it in real world deployment I find that in current version BouncyCastleSslEngineSource.loadKeyStore loads keystore from File system. However some time deployment process requires us package all things in jar file. Therefore I could not use Class.getResourceAsStream and have to extract keystore files first and then load them from file system.

Now my workaround is using reflection to hack it but, could it support loading from InputStream instead of File path?

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

No branches or pull requests

1 participant