Class SslConfig
java.lang.Object
org.eclipse.aether.transport.http.SslConfig
SSL-related configuration and cache key for connection pools (whose scheme registries are derived from this config).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String(package private) final String[](package private) final SSLContext(package private) final String[]private static final String(package private) final HostnameVerifier -
Constructor Summary
ConstructorsConstructorDescriptionSslConfig(RepositorySystemSession session, AuthenticationContext authContext) -
Method Summary
-
Field Details
-
CIPHER_SUITES
- See Also:
-
PROTOCOLS
- See Also:
-
context
-
verifier
-
cipherSuites
-
protocols
-
-
Constructor Details
-
SslConfig
SslConfig(RepositorySystemSession session, AuthenticationContext authContext)
-
-
Method Details