- selectCipherSuites(String[], String[]) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Select cipher suites to be used by the connector based on configured inclusion and exclusion lists as well as
enabled and supported cipher suite lists.
- selectProtocols(String[], String[]) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Select protocols to be used by the connector based on configured inclusion and exclusion lists as well as enabled
and supported protocols.
- setAuthentication(AetherClientAuthentication) - Method in class io.tesla.aether.client.AetherClientConfig
-
- setAuthentication(AetherClientAuthentication) - Method in class io.tesla.aether.client.AetherClientProxy
-
- setCertAlias(String) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setConnectionTimeout(int) - Method in class io.tesla.aether.client.AetherClientConfig
-
- setEnableCRLDP(boolean) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Enables CRL Distribution Points Support
- setEnableOCSP(boolean) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Enables On-Line Certificate Status Protocol support
- setExcludeCipherSuites(String...) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setExcludeProtocols(String...) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setFileProcessor(FileProcessor) - Method in class io.tesla.aether.connector.AetherRepositoryConnectorFactory
-
- setHeaders(Map<String, String>) - Method in class io.tesla.aether.client.AetherClientConfig
-
- setHost(String) - Method in class io.tesla.aether.client.AetherClientProxy
-
- setHttpHeaders(Properties) - Method in class io.tesla.aether.wagon.OkHttpWagon
-
- setIncludeCipherSuites(String...) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setIncludeProtocols(String...) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setKeyManagerPassword(String) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setKeyStore(String) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setKeyStore(KeyStore) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Set the key store.
- setKeyStorePassword(String) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setKeyStorePath(String) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setKeyStoreProvider(String) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setKeyStoreType(String) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setNeedClientAuth(boolean) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setOcspResponderURL(String) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Set the location of the OCSP Responder.
- setPassword(String) - Method in class io.tesla.aether.okhttp.OkHttpAetherClient.AetherAuthenticator
-
- setPort(int) - Method in class io.tesla.aether.client.AetherClientProxy
-
- setProxy(AetherClientProxy) - Method in class io.tesla.aether.client.AetherClientConfig
-
- setProxyPassword(String) - Method in class io.tesla.aether.okhttp.OkHttpAetherClient.AetherAuthenticator
-
- setProxyUsername(String) - Method in class io.tesla.aether.okhttp.OkHttpAetherClient.AetherAuthenticator
-
- setRequestTimeout(int) - Method in class io.tesla.aether.client.AetherClientConfig
-
- setSessionCachingEnabled(boolean) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Set the flag to enable SSL Session caching.
- setSslSessionCacheSize(int) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
SEt SSL session cache size.
- setSslSessionTimeout(int) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Set SSL session timeout.
- setSSLSocketFactory(SSLSocketFactory) - Method in interface io.tesla.aether.client.AetherClient
-
- setSSLSocketFactory(SSLSocketFactory) - Method in class io.tesla.aether.okhttp.OkHttpAetherClient
-
- setTrustStore(String) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setTrustStore(KeyStore) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Set the trust store.
- setTrustStoreInputStream(InputStream) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Deprecated.
- setTrustStorePassword(String) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setTrustStoreProvider(String) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setTrustStoreType(String) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- setUserAgent(String) - Method in class io.tesla.aether.client.AetherClientConfig
-
- setUsername(String) - Method in class io.tesla.aether.okhttp.OkHttpAetherClient.AetherAuthenticator
-
- setWantClientAuth(boolean) - Method in class io.tesla.aether.okhttp.ssl.SslContextFactory
-
- SslContextFactory - Class in io.tesla.aether.okhttp.ssl
-
SslContextFactory is used to configure SSL connectors as well as HttpClient.
- SslContextFactory() - Constructor for class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Construct an instance of SslContextFactory Default constructor for use in XmlConfiguration files
- SslContextFactory(boolean) - Constructor for class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Construct an instance of SslContextFactory Default constructor for use in XmlConfiguration files
- SslContextFactory(String) - Constructor for class io.tesla.aether.okhttp.ssl.SslContextFactory
-
Construct an instance of SslContextFactory