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

check keystore size in MobileidSign.java and soap message creation and per call key-/trust-stores #3

Open
ralfhauser opened this issue Nov 26, 2018 · 0 comments

Comments

@ralfhauser
Copy link

https://github.com/phaupt/mobileid-java/blob/master/client-saaj/src/com/swisscom/mid/client/MobileidSign.java should read the keyStore-File and check whether it's size is really 1 (do to the not that usual implementation on their server side).

Also, you might want to mention in createSOAPRequest() that this doesn't work when you have other libraries such as AXIS-2/axiom on your classpath
(maybe mention https://issues.apache.org/jira/browse/AXIS2-5942 that solved it for me)

Thirdly, please mention that keyStores/trustStored per soap-call (instead of globally for the entire JVM) can be implemented with the hints of the same AXIS RFE.

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