Class SSLConfigurationUtil2
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.ssl.SSLConfigurationUtil
-
- org.oa4mp.delegation.server.config.server.SSLConfigurationUtil2
-
- All Implemented Interfaces:
Serializable
public class SSLConfigurationUtil2 extends edu.uiuc.ncsa.security.util.ssl.SSLConfigurationUtil
Created by Jeff Gaynor
on 12/14/16 at 3:03 PM- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.security.util.ssl.SSLConfigurationUtil
SSL_DEBUG_TAG, SSL_KEYSTORE_FACTORY, SSL_KEYSTORE_PASSWORD, SSL_KEYSTORE_PATH, SSL_KEYSTORE_TAG, SSL_KEYSTORE_TYPE, SSL_TAG, SSL_TLS_VERSION_TAG, SSL_TRUSTSTORE_CERTIFICATE_DN, SSL_TRUSTSTORE_IS_STRICT_HOSTNAMES, SSL_TRUSTSTORE_PASSWORD, SSL_TRUSTSTORE_PATH, SSL_TRUSTSTORE_TAG, SSL_TRUSTSTORE_TYPE, SSL_TRUSTSTORE_USE_DEFAULT_TRUST_MANAGER, SSL_TRUSTSTORE_USE_JAVA_TRUSTSTORE, SSL_TRUSTSTORE_USE_JAVA_TRUSTSTORE_OLD, TLS_1_0, TLS_1_1, TLS_1_2, TLS_DEFAULT, TLS_VERSION_1_0, TLS_VERSION_1_1, TLS_VERSION_1_2
-
-
Constructor Summary
Constructors Constructor Description SSLConfigurationUtil2()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static edu.uiuc.ncsa.security.util.ssl.SSLConfiguration
fromJSON(net.sf.json.JSONObject json)
static edu.uiuc.ncsa.security.util.ssl.SSLConfiguration
fromJSONNEW(net.sf.json.JSONObject json)
static edu.uiuc.ncsa.security.util.ssl.SSLConfiguration
fromJSONOLD(net.sf.json.JSONObject json)
static JSONUtil
getJSONUtil()
static void
main(String[] args)
static net.sf.json.JSONObject
toJSON(edu.uiuc.ncsa.security.util.ssl.SSLConfiguration sslConfiguration)
protected static net.sf.json.JSONObject
toJSONNEW(edu.uiuc.ncsa.security.util.ssl.SSLConfiguration sslConfiguration)
protected static net.sf.json.JSONObject
toJSONOLD(edu.uiuc.ncsa.security.util.ssl.SSLConfiguration sslConfiguration)
-
-
-
Method Detail
-
toJSON
public static net.sf.json.JSONObject toJSON(edu.uiuc.ncsa.security.util.ssl.SSLConfiguration sslConfiguration)
-
toJSONNEW
protected static net.sf.json.JSONObject toJSONNEW(edu.uiuc.ncsa.security.util.ssl.SSLConfiguration sslConfiguration)
-
toJSONOLD
protected static net.sf.json.JSONObject toJSONOLD(edu.uiuc.ncsa.security.util.ssl.SSLConfiguration sslConfiguration)
-
fromJSON
public static edu.uiuc.ncsa.security.util.ssl.SSLConfiguration fromJSON(net.sf.json.JSONObject json)
-
fromJSONNEW
public static edu.uiuc.ncsa.security.util.ssl.SSLConfiguration fromJSONNEW(net.sf.json.JSONObject json)
-
fromJSONOLD
public static edu.uiuc.ncsa.security.util.ssl.SSLConfiguration fromJSONOLD(net.sf.json.JSONObject json)
-
getJSONUtil
public static JSONUtil getJSONUtil()
-
main
public static void main(String[] args)
-
-