public class SSLUtil extends Object
Constructor and Description |
---|
SSLUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getGlobalExcludeCipherSuites() |
static String |
getGlobalExcludeProtocols() |
static String |
getGlobalIncludeCipherSuites() |
static String |
getGlobalIncludeProtocols() |
static String |
getGlobalKeystorePassword() |
static String |
getGlobalKeystorePath() |
static String |
getGlobalKeystoreType(String defaultValue) |
static String |
getGlobalTruststorePassword() |
static String |
getGlobalTruststorePath() |
static String |
getGlobalTruststoreType(String defaultValue) |
static void |
initGlobalSSLParameters() |
public static void initGlobalSSLParameters()
public static String getGlobalKeystorePath()
public static String getGlobalKeystorePassword()
public static String getGlobalTruststorePath()
public static String getGlobalTruststorePassword()
public static String getGlobalExcludeProtocols()
public static String getGlobalIncludeProtocols()
public static String getGlobalExcludeCipherSuites()
public static String getGlobalIncludeCipherSuites()
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.