Class RefineSSLClientUtil
- java.lang.Object
-
- com.microstrategy.utils.certificate.RefineSSLClientUtil
-
@Deprecated public class RefineSSLClientUtil extends java.lang.ObjectDeprecated.useTLSHelperinstead
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.StringgetSSLProtocol()Deprecated.static javax.net.ssl.SSLSocketFactorygetSslSocketFactory()Deprecated.static javax.net.ssl.TrustManager[]getTrustManagers()Deprecated.static booleanisSSLConfiguredInXML()Deprecated.static voidsetSSLProtocol(java.lang.String protocol)Deprecated.static voidsetTruststoreDetails(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.KeyManagementExceptionDeprecated.- Throws:
java.security.NoSuchAlgorithmExceptionjava.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, EncryptedObjectExceptionDeprecated.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.
-
-