Uses of Enum
org.digidoc4j.ExternalConnectionType
Packages that use ExternalConnectionType
-
Uses of ExternalConnectionType in org.digidoc4j
Methods in org.digidoc4j that return ExternalConnectionTypeModifier and TypeMethodDescriptionstatic ExternalConnectionType
Returns the enum constant of this type with the specified name.static ExternalConnectionType[]
ExternalConnectionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.digidoc4j with parameters of type ExternalConnectionTypeModifier and TypeMethodDescriptionConfiguration.getHttpProxyHostFor
(ExternalConnectionType connectionType) Get http proxy host for specific external connection type.Configuration.getHttpProxyPasswordFor
(ExternalConnectionType connectionType) Get http proxy password for specific type of external connections.Configuration.getHttpProxyPortFor
(ExternalConnectionType connectionType) Get http proxy port for specific type of external connections.Configuration.getHttpProxyUserFor
(ExternalConnectionType connectionType) Get http proxy user for specific type of external connections.Configuration.getHttpsProxyHostFor
(ExternalConnectionType connectionType) Configuration.getHttpsProxyPasswordFor
(ExternalConnectionType connectionType) Get HTTPS proxy password for specific type of external connections.Configuration.getHttpsProxyPortFor
(ExternalConnectionType connectionType) Configuration.getHttpsProxyUserFor
(ExternalConnectionType connectionType) Get HTTPS proxy user for specific type of external connections.Configuration.getSslKeystorePasswordFor
(ExternalConnectionType connectionType) Get Ssl keystore password for specific type of external connections.Configuration.getSslKeystorePathFor
(ExternalConnectionType connectionType) Get SSL KeyStore path for specific type of external connections.Configuration.getSslKeystoreTypeFor
(ExternalConnectionType connectionType) Get SSL KeyStore type for specific type of external connections.Configuration.getSslProtocolFor
(ExternalConnectionType connectionType) Get SSL protocol for specific type of external connections.Configuration.getSslTruststorePasswordFor
(ExternalConnectionType connectionType) Get Ssl truststore password for specific type of external connections.Configuration.getSslTruststorePathFor
(ExternalConnectionType connectionType) Get SSL TrustStore path for specific type of external connections.Configuration.getSslTruststoreTypeFor
(ExternalConnectionType connectionType) Get SSL TrustStore type for specific type of external connections.Configuration.getSupportedSslCipherSuitesFor
(ExternalConnectionType connectionType) Get supported SSL cipher suites for specific type of external connections.Configuration.getSupportedSslProtocolsFor
(ExternalConnectionType connectionType) Get supported SSL protocols for specific type of external connections.boolean
Configuration.isNetworkProxyEnabledFor
(ExternalConnectionType connectionType) Is network proxy enabled for specific type of external connections?boolean
Configuration.isProxyOfTypeFor
(ExternalConnectionType connectionType, eu.europa.esig.dss.spi.client.http.Protocol protocol) boolean
Configuration.isSslConfigurationEnabledFor
(ExternalConnectionType connectionType) Is ssl configuration enabled for specific type of external connections?void
Configuration.setHttpProxyHostFor
(ExternalConnectionType connectionType, String httpProxyHost) Set HTTP network proxy host for specific type of external connections.void
Configuration.setHttpProxyPasswordFor
(ExternalConnectionType connectionType, String httpProxyPassword) Set HTTP network proxy password for specific type of external connections.void
Configuration.setHttpProxyPortFor
(ExternalConnectionType connectionType, int httpProxyPort) Set HTTP network proxy port for specific type of external connections.void
Configuration.setHttpProxyUserFor
(ExternalConnectionType connectionType, String httpProxyUser) Set HTTP network proxy user name for specific type of external connections.void
Configuration.setHttpsProxyHostFor
(ExternalConnectionType connectionType, String httpsProxyHost) Set HTTPS network proxy host for specific type of external connections.void
Configuration.setHttpsProxyPasswordFor
(ExternalConnectionType connectionType, String httpsProxyPassword) Set HTTPS network proxy password for specific type of external connections.void
Configuration.setHttpsProxyPortFor
(ExternalConnectionType connectionType, int httpsProxyPort) Set HTTPS network proxy port for specific type of external connections.void
Configuration.setHttpsProxyUserFor
(ExternalConnectionType connectionType, String httpsProxyUser) Set HTTPS network proxy user name for specific type of external connections.void
Configuration.setSslKeystorePasswordFor
(ExternalConnectionType connectionType, String sslKeystorePassword) Set SSL KeyStore password for specific type of external connections.void
Configuration.setSslKeystorePathFor
(ExternalConnectionType connectionType, String sslKeystorePath) Set SSL KeyStore path for specific type of external connections.void
Configuration.setSslKeystoreTypeFor
(ExternalConnectionType connectionType, String sslKeystoreType) Set SSL KeyStore type for specific type of external connections.void
Configuration.setSslProtocolFor
(ExternalConnectionType connectionType, String sslProtocol) Set SSL protocol for specific type of external connections.void
Configuration.setSslTruststorePasswordFor
(ExternalConnectionType connectionType, String sslTruststorePassword) Set SSL TrustStore password for specific type of external connections.void
Configuration.setSslTruststorePathFor
(ExternalConnectionType connectionType, String sslTruststorePath) Set SSL TrustStore path for specific type of external connections.void
Configuration.setSslTruststoreTypeFor
(ExternalConnectionType connectionType, String sslTruststoreType) Set SSL TrustStore type for specific type of external connections.void
Configuration.setSupportedSslCipherSuitesFor
(ExternalConnectionType connectionType, List<String> supportedSslCipherSuites) Set supported SSL cipher suites for specific type of external connections.void
Configuration.setSupportedSslProtocolsFor
(ExternalConnectionType connectionType, List<String> supportedSslProtocols) Set supported SSL protocols for specific type of external connections. -
Uses of ExternalConnectionType in org.digidoc4j.impl.asic
Methods in org.digidoc4j.impl.asic with parameters of type ExternalConnectionTypeModifier and TypeMethodDescriptionstatic void
DataLoaderDecorator.decorateWithProxySettingsFor
(ExternalConnectionType connectionType, eu.europa.esig.dss.service.http.commons.CommonsDataLoader dataLoader, Configuration configuration) static void
DataLoaderDecorator.decorateWithSslSettingsFor
(ExternalConnectionType connectionType, eu.europa.esig.dss.service.http.commons.CommonsDataLoader dataLoader, Configuration configuration)