jdk/src/share/classes/sun/security/tools/KeyTool.java
changeset 2432 dc17f417ef85
parent 2293 cb6d01cb3c3d
child 2437 098db6faaf66
equal deleted inserted replaced
2431:54a65419300f 2432:dc17f417ef85
  3106     }
  3106     }
  3107 
  3107 
  3108     /**
  3108     /**
  3109      * Returns the keystore with the configured CA certificates.
  3109      * Returns the keystore with the configured CA certificates.
  3110      */
  3110      */
  3111     private KeyStore getCacertsKeyStore()
  3111     public static KeyStore getCacertsKeyStore()
  3112         throws Exception
  3112         throws Exception
  3113     {
  3113     {
  3114         String sep = File.separator;
  3114         String sep = File.separator;
  3115         File file = new File(System.getProperty("java.home") + sep
  3115         File file = new File(System.getProperty("java.home") + sep
  3116                              + "lib" + sep + "security" + sep
  3116                              + "lib" + sep + "security" + sep