In this article, We will explore about java default trust store(C:\Program * Files\Java\jdk1.7.0_12\jre\lib\security\cacerts)
Especially, in this article we are going to discuss following topics
- How to manipulate default trust store password : By default, JRE trust store password is
- How to iterate truststore and display certificates :
- Example:
ChangeTrustStorePassword.java
changeit. Suppose, the user wants to change trust store password frequently , then it is very difficult to handle using java key tool.
The following code snippet, explains to change default trust store password using java
The following code snippet explains , how to list out certificates from trust store
The following java program explains, how to change default trust store password and display certificates in trust store

0 comments :
Post a Comment