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 ExternalConnectionTypeReturns 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.booleanConfiguration.isNetworkProxyEnabledFor(ExternalConnectionType connectionType) Is network proxy enabled for specific type of external connections?booleanConfiguration.isProxyOfTypeFor(ExternalConnectionType connectionType, eu.europa.esig.dss.spi.client.http.Protocol protocol) booleanConfiguration.isSslConfigurationEnabledFor(ExternalConnectionType connectionType) Is ssl configuration enabled for specific type of external connections?voidConfiguration.setHttpProxyHostFor(ExternalConnectionType connectionType, String httpProxyHost) Set HTTP network proxy host for specific type of external connections.voidConfiguration.setHttpProxyPasswordFor(ExternalConnectionType connectionType, String httpProxyPassword) Set HTTP network proxy password for specific type of external connections.voidConfiguration.setHttpProxyPortFor(ExternalConnectionType connectionType, int httpProxyPort) Set HTTP network proxy port for specific type of external connections.voidConfiguration.setHttpProxyUserFor(ExternalConnectionType connectionType, String httpProxyUser) Set HTTP network proxy user name for specific type of external connections.voidConfiguration.setHttpsProxyHostFor(ExternalConnectionType connectionType, String httpsProxyHost) Set HTTPS network proxy host for specific type of external connections.voidConfiguration.setHttpsProxyPasswordFor(ExternalConnectionType connectionType, String httpsProxyPassword) Set HTTPS network proxy password for specific type of external connections.voidConfiguration.setHttpsProxyPortFor(ExternalConnectionType connectionType, int httpsProxyPort) Set HTTPS network proxy port for specific type of external connections.voidConfiguration.setHttpsProxyUserFor(ExternalConnectionType connectionType, String httpsProxyUser) Set HTTPS network proxy user name for specific type of external connections.voidConfiguration.setSslKeystorePasswordFor(ExternalConnectionType connectionType, String sslKeystorePassword) Set SSL KeyStore password for specific type of external connections.voidConfiguration.setSslKeystorePathFor(ExternalConnectionType connectionType, String sslKeystorePath) Set SSL KeyStore path for specific type of external connections.voidConfiguration.setSslKeystoreTypeFor(ExternalConnectionType connectionType, String sslKeystoreType) Set SSL KeyStore type for specific type of external connections.voidConfiguration.setSslProtocolFor(ExternalConnectionType connectionType, String sslProtocol) Set SSL protocol for specific type of external connections.voidConfiguration.setSslTruststorePasswordFor(ExternalConnectionType connectionType, String sslTruststorePassword) Set SSL TrustStore password for specific type of external connections.voidConfiguration.setSslTruststorePathFor(ExternalConnectionType connectionType, String sslTruststorePath) Set SSL TrustStore path for specific type of external connections.voidConfiguration.setSslTruststoreTypeFor(ExternalConnectionType connectionType, String sslTruststoreType) Set SSL TrustStore type for specific type of external connections.voidConfiguration.setSupportedSslCipherSuitesFor(ExternalConnectionType connectionType, List<String> supportedSslCipherSuites) Set supported SSL cipher suites for specific type of external connections.voidConfiguration.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 voidDataLoaderDecorator.decorateWithProxySettingsFor(ExternalConnectionType connectionType, eu.europa.esig.dss.service.http.commons.CommonsDataLoader dataLoader, Configuration configuration) static voidDataLoaderDecorator.decorateWithSslSettingsFor(ExternalConnectionType connectionType, eu.europa.esig.dss.service.http.commons.CommonsDataLoader dataLoader, Configuration configuration)