Uses of Class
org.alfresco.encryption.ssl.SSLEncryptionParameters
-
Packages that use SSLEncryptionParameters Package Description org.alfresco.httpclient -
-
Uses of SSLEncryptionParameters in org.alfresco.httpclient
Methods in org.alfresco.httpclient with parameters of type SSLEncryptionParameters Modifier and Type Method Description void
HttpClientFactory. setSSLEncryptionParameters(SSLEncryptionParameters sslEncryptionParameters)
Constructors in org.alfresco.httpclient with parameters of type SSLEncryptionParameters Constructor Description HttpClientFactory(HttpClientFactory.SecureCommsType secureCommsType, SSLEncryptionParameters sslEncryptionParameters, KeyResourceLoader keyResourceLoader, KeyStoreParameters keyStoreParameters, MD5EncryptionParameters encryptionParameters, java.lang.String host, int port, int sslPort, int maxTotalConnections, int maxHostConnections, int socketTimeout)
-