PekkoSSLConfig

com.typesafe.sslconfig.pekko.PekkoSSLConfig
See thePekkoSSLConfig companion object
final class PekkoSSLConfig(system: ExtendedActorSystem, val config: SSLConfigSettings) extends Extension

Attributes

Companion
object
Deprecated
[Since version Akka 2.6.0] Use Tcp and TLS with SSLEngine parameters instead. Setup the SSLEngine with needed parameters.
Source
PekkoSSLConfig.scala
Graph
Supertypes
trait Extension
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def buildHostnameVerifier(conf: SSLConfigSettings): HostnameVerifier

Attributes

Source
PekkoSSLConfig.scala
def configureCipherSuites(existingCiphers: Array[String], sslConfig: SSLConfigSettings): Array[String]

Attributes

Source
PekkoSSLConfig.scala
def configureProtocols(existingProtocols: Array[String], sslConfig: SSLConfigSettings): Array[String]

Attributes

Source
PekkoSSLConfig.scala

Returns a new PekkoSSLConfig instance with the settings changed by the given function. Please note that the ActorSystem-wide extension always remains configured via typesafe config, custom ones can be created for special-handling specific connections

Returns a new PekkoSSLConfig instance with the settings changed by the given function. Please note that the ActorSystem-wide extension always remains configured via typesafe config, custom ones can be created for special-handling specific connections

Java API

Attributes

Source
PekkoSSLConfig.scala

Returns a new PekkoSSLConfig instance with the settings changed by the given function. Please note that the ActorSystem-wide extension always remains configured via typesafe config, custom ones can be created for special-handling specific connections

Returns a new PekkoSSLConfig instance with the settings changed by the given function. Please note that the ActorSystem-wide extension always remains configured via typesafe config, custom ones can be created for special-handling specific connections

Attributes

Source
PekkoSSLConfig.scala

INTERNAL API

INTERNAL API

Attributes

Source
PekkoSSLConfig.scala

Can be used to modify the underlying config, most typically used to change a few values in the default config

Can be used to modify the underlying config, most typically used to change a few values in the default config

Attributes

Source
PekkoSSLConfig.scala

Deprecated methods

Attributes

Deprecated
[Since version Akka 2.6.19] validateDefaultTrustManager is not doing anything since akka 2.6.19 and should not be used
Source
PekkoSSLConfig.scala

Concrete fields

val hostnameVerifier: HostnameVerifier

Attributes

Source
PekkoSSLConfig.scala