I want to use java key store to save keys and certificates. can anybody share some code to help me with this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There should be enough example code in the KeyStore Javadocs page to get you started:
As for the ‘default’ keystore – I’m not sure such a thing exists, normally you either load it explicitly from a file, or you can configure it using the following system properties:
And similar for the trust store: