Package | Description |
---|---|
org.digidoc4j |
DigiDoc4J public api
|
org.digidoc4j.impl.asic |
Modifier and Type | Method and Description |
---|---|
static ExternalConnectionType |
ExternalConnectionType.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
String |
Configuration.getHttpProxyHostFor(ExternalConnectionType connectionType)
Get http proxy host for specific external connection type.
|
String |
Configuration.getHttpProxyPasswordFor(ExternalConnectionType connectionType)
Get http proxy password for specific type of external connections.
|
Integer |
Configuration.getHttpProxyPortFor(ExternalConnectionType connectionType)
Get http proxy port for specific type of external connections.
|
String |
Configuration.getHttpProxyUserFor(ExternalConnectionType connectionType)
Get http proxy user for specific type of external connections.
|
String |
Configuration.getHttpsProxyHostFor(ExternalConnectionType connectionType) |
String |
Configuration.getHttpsProxyPasswordFor(ExternalConnectionType connectionType)
Get HTTPS proxy password for specific type of external connections.
|
Integer |
Configuration.getHttpsProxyPortFor(ExternalConnectionType connectionType) |
String |
Configuration.getHttpsProxyUserFor(ExternalConnectionType connectionType)
Get HTTPS proxy user for specific type of external connections.
|
String |
Configuration.getSslKeystorePasswordFor(ExternalConnectionType connectionType)
Get Ssl keystore password for specific type of external connections.
|
String |
Configuration.getSslKeystorePathFor(ExternalConnectionType connectionType)
Get SSL KeyStore path for specific type of external connections.
|
String |
Configuration.getSslKeystoreTypeFor(ExternalConnectionType connectionType)
Get SSL KeyStore type for specific type of external connections.
|
String |
Configuration.getSslProtocolFor(ExternalConnectionType connectionType)
Get SSL protocol for specific type of external connections.
|
String |
Configuration.getSslTruststorePasswordFor(ExternalConnectionType connectionType)
Get Ssl truststore password for specific type of external connections.
|
String |
Configuration.getSslTruststorePathFor(ExternalConnectionType connectionType)
Get SSL TrustStore path for specific type of external connections.
|
String |
Configuration.getSslTruststoreTypeFor(ExternalConnectionType connectionType)
Get SSL TrustStore type for specific type of external connections.
|
List<String> |
Configuration.getSupportedSslCipherSuitesFor(ExternalConnectionType connectionType)
Get supported SSL cipher suites for specific type of external connections.
|
List<String> |
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.
|
Modifier and Type | Method and Description |
---|---|
static 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) |
Copyright © 2024. All rights reserved.