Class RefineSSLClientUtil
- java.lang.Object
-
- com.microstrategy.utils.certificate.RefineSSLClientUtil
-
public class RefineSSLClientUtil extends java.lang.Object
Deprecated.useTLSHelper
instead
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.String
getSSLProtocol()
Deprecated.static javax.net.ssl.SSLSocketFactory
getSslSocketFactory()
Deprecated.static javax.net.ssl.TrustManager[]
getTrustManagers()
Deprecated.static boolean
isSSLConfiguredInXML()
Deprecated.static void
setSSLProtocol(java.lang.String protocol)
Deprecated.static void
setTruststoreDetails(java.lang.String absPathToTruststore, char[] tsPassword)
Deprecated.Sets the details about the trust store to be used.
-
-
-
Method Detail
-
getTrustManagers
public static javax.net.ssl.TrustManager[] getTrustManagers()
Deprecated.
-
getSslSocketFactory
public static javax.net.ssl.SSLSocketFactory getSslSocketFactory() throws java.security.NoSuchAlgorithmException, java.security.KeyManagementException
Deprecated.- Throws:
java.security.NoSuchAlgorithmException
java.security.KeyManagementException
-
getSSLProtocol
public static java.lang.String getSSLProtocol()
Deprecated.
-
setSSLProtocol
public static void setSSLProtocol(java.lang.String protocol)
Deprecated.
-
setTruststoreDetails
public static void setTruststoreDetails(java.lang.String absPathToTruststore, char[] tsPassword) throws java.lang.IllegalArgumentException, EncryptedObjectException
Deprecated.Sets the details about the trust store to be used.- Parameters:
absPathToTruststore
- Absolute path to the trust store filetsPassword
- Trust store password as char array.- Throws:
java.lang.IllegalArgumentException
- if the trust store path is null or emptyEncryptedObjectException
- if the EncryptedObject for the password encounters some problem
-
isSSLConfiguredInXML
public static boolean isSSLConfiguredInXML()
Deprecated.
-
-