How to pass SSL keystore password?

This question already has an answer here:

  • Why is char[] preferred over String for passwords? 17 answers

  • It is always safer to store the password into character array than a string.

    Please refer below query: Why is char[] preferred over String for passwords?

    Also refer the below coding guide lines from oracle site: http://www.oracle.com/technetwork/java/seccodeguide-139067.html#2

    链接地址: http://www.djcxy.com/p/17888.html

    上一篇: Java:控制台类

    下一篇: 如何通过SSL密钥库密码?