Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDefaultSecurityPath (0.2 sec)

  1. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/SystemDefaultSSLContextFactory.java

        }
    
        private static String getDefaultSecurityPath(){
            return System.getProperty("java.home") + File.separator + "lib" + File.separator + "security";
        }
    
        private static String getDefaultTrustStore(){
            return getDefaultSecurityPath() + File.separator + "cacerts";
        }
    
        private static String getDefaultJsseTrustStore(){
            return getDefaultSecurityPath() + File.separator + "jssecacerts";
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top