Uses of Class
org.alfresco.encryption.ssl.SSLEncryptionParameters
Packages that use SSLEncryptionParameters
-
Uses of SSLEncryptionParameters in org.alfresco.httpclient
Methods in org.alfresco.httpclient with parameters of type SSLEncryptionParametersModifier and TypeMethodDescriptionvoid
HttpClientFactory.setSSLEncryptionParameters
(SSLEncryptionParameters sslEncryptionParameters) Constructors in org.alfresco.httpclient with parameters of type SSLEncryptionParametersModifierConstructorDescriptionHttpClientFactory
(HttpClientFactory.SecureCommsType secureCommsType, SSLEncryptionParameters sslEncryptionParameters, KeyResourceLoader keyResourceLoader, KeyStoreParameters keyStoreParameters, MD5EncryptionParameters encryptionParameters, String host, int port, int sslPort, int maxTotalConnections, int maxHostConnections, int socketTimeout) Default constructor for legacy subsystems.HttpClientFactory
(HttpClientFactory.SecureCommsType secureCommsType, SSLEncryptionParameters sslEncryptionParameters, KeyResourceLoader keyResourceLoader, KeyStoreParameters keyStoreParameters, MD5EncryptionParameters encryptionParameters, String sharedSecret, String sharedSecretHeader, String host, int port, int sslPort, int maxTotalConnections, int maxHostConnections, int socketTimeout) Recommended constructor for subsystems supporting Shared Secret communication.