How do I set a client side keystore and truststore in an Apache Wink Client
I cannot find any documentation on how to do it.
http://wink.apache.org/documentation/1.2.1/Apache_Wink_User_Guide.pdf
How do I set a client side keystore and truststore in an Apache Wink Client
I cannot find any documentation on how to do it.
http://wink.apache.org/documentation/1.2.1/Apache_Wink_User_Guide.pdf
Copyright © 2021 Jogjafile Inc.
I think the "usual" code initializing the
SSLContext
will work.Example how to load the truststore:
If you also need a keystore for client certificate, use the KeyStoreFactory in a similar way or implement a
KeyManager