Class SslConfig
- java.lang.Object
-
- org.eclipse.aether.transport.http.SslConfig
-
final class SslConfig extends java.lang.ObjectSSL-related configuration and cache key for connection pools (whose scheme registries are derived from this config).
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringCIPHER_SUITES(package private) java.lang.String[]cipherSuites(package private) javax.net.ssl.SSLContextcontext(package private) java.lang.String[]protocolsprivate static java.lang.StringPROTOCOLS(package private) javax.net.ssl.HostnameVerifierverifier
-
Constructor Summary
Constructors Constructor Description SslConfig(RepositorySystemSession session, AuthenticationContext authContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)private static java.lang.Stringget(RepositorySystemSession session, java.lang.String key)private static inthash(java.lang.Object obj)inthashCode()private static java.lang.String[]split(java.lang.String value)
-
-
-
Field Detail
-
CIPHER_SUITES
private static final java.lang.String CIPHER_SUITES
- See Also:
- Constant Field Values
-
PROTOCOLS
private static final java.lang.String PROTOCOLS
- See Also:
- Constant Field Values
-
context
final javax.net.ssl.SSLContext context
-
verifier
final javax.net.ssl.HostnameVerifier verifier
-
cipherSuites
final java.lang.String[] cipherSuites
-
protocols
final java.lang.String[] protocols
-
-
Constructor Detail
-
SslConfig
SslConfig(RepositorySystemSession session, AuthenticationContext authContext)
-
-
Method Detail
-
get
private static java.lang.String get(RepositorySystemSession session, java.lang.String key)
-
split
private static java.lang.String[] split(java.lang.String value)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
hash
private static int hash(java.lang.Object obj)
-
-