Package com.typesafe.sslconfig.akka
Class AkkaSSLConfig
- java.lang.Object
 - 
- com.typesafe.sslconfig.akka.AkkaSSLConfig
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AkkaSSLConfig(ExtendedActorSystem system, com.typesafe.sslconfig.ssl.SSLConfigSettings config)Deprecated. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AkkaSSLConfigapply(ActorSystem system)Deprecated.javax.net.ssl.HostnameVerifierbuildHostnameVerifier(com.typesafe.sslconfig.ssl.SSLConfigSettings conf)Deprecated.com.typesafe.sslconfig.ssl.KeyManagerFactoryWrapperbuildKeyManagerFactory(com.typesafe.sslconfig.ssl.SSLConfigSettings ssl)Deprecated.com.typesafe.sslconfig.ssl.TrustManagerFactoryWrapperbuildTrustManagerFactory(com.typesafe.sslconfig.ssl.SSLConfigSettings ssl)Deprecated.com.typesafe.sslconfig.ssl.SSLConfigSettingsconfig()Deprecated.java.lang.String[]configureCipherSuites(java.lang.String[] existingCiphers, com.typesafe.sslconfig.ssl.SSLConfigSettings sslConfig)Deprecated.java.lang.String[]configureProtocols(java.lang.String[] existingProtocols, com.typesafe.sslconfig.ssl.SSLConfigSettings sslConfig)Deprecated.AkkaSSLConfigconvertSettings(java.util.function.Function<com.typesafe.sslconfig.ssl.SSLConfigSettings,com.typesafe.sslconfig.ssl.SSLConfigSettings> f)Deprecated.Returns a newAkkaSSLConfiginstance with the settings changed by the given function.static AkkaSSLConfigcreateExtension(ExtendedActorSystem system)Deprecated.static com.typesafe.sslconfig.ssl.SSLConfigSettingsdefaultSSLConfigSettings(ActorSystem system)Deprecated.static booleanequals(java.lang.Object other)Deprecated.static AkkaSSLConfigget(ActorSystem system)Deprecated.static AkkaSSLConfigget(ClassicActorSystemProvider system)Deprecated.static inthashCode()Deprecated.javax.net.ssl.HostnameVerifierhostnameVerifier()Deprecated.static AkkaSSLConfig$lookup()Deprecated.AkkaSSLConfigmapSettings(scala.Function1<com.typesafe.sslconfig.ssl.SSLConfigSettings,com.typesafe.sslconfig.ssl.SSLConfigSettings> f)Deprecated.Returns a newAkkaSSLConfiginstance with the settings changed by the given function.DefaultSSLEngineConfiguratorsslEngineConfigurator()Deprecated.booleanuseJvmHostnameVerification()Deprecated.INTERNAL APIvoidvalidateDefaultTrustManager(com.typesafe.sslconfig.ssl.SSLConfigSettings sslConfig)Deprecated.AkkaSSLConfigwithSettings(com.typesafe.sslconfig.ssl.SSLConfigSettings c)Deprecated.Can be used to modify the underlying config, most typically used to change a few values in the default config 
 - 
 
- 
- 
Constructor Detail
- 
AkkaSSLConfig
public AkkaSSLConfig(ExtendedActorSystem system, com.typesafe.sslconfig.ssl.SSLConfigSettings config)
Deprecated. 
 - 
 
- 
Method Detail
- 
get
public static AkkaSSLConfig get(ActorSystem system)
Deprecated. 
- 
get
public static AkkaSSLConfig get(ClassicActorSystemProvider system)
Deprecated. 
- 
apply
public static AkkaSSLConfig apply(ActorSystem system)
Deprecated. 
- 
lookup
public static AkkaSSLConfig$ lookup()
Deprecated. 
- 
createExtension
public static AkkaSSLConfig createExtension(ExtendedActorSystem system)
Deprecated. 
- 
defaultSSLConfigSettings
public static com.typesafe.sslconfig.ssl.SSLConfigSettings defaultSSLConfigSettings(ActorSystem system)
Deprecated. 
- 
hashCode
public static final int hashCode()
Deprecated. 
- 
equals
public static final boolean equals(java.lang.Object other)
Deprecated. 
- 
config
public com.typesafe.sslconfig.ssl.SSLConfigSettings config()
Deprecated. 
- 
withSettings
public AkkaSSLConfig withSettings(com.typesafe.sslconfig.ssl.SSLConfigSettings c)
Deprecated.Can be used to modify the underlying config, most typically used to change a few values in the default config 
- 
mapSettings
public AkkaSSLConfig mapSettings(scala.Function1<com.typesafe.sslconfig.ssl.SSLConfigSettings,com.typesafe.sslconfig.ssl.SSLConfigSettings> f)
Deprecated.Returns a newAkkaSSLConfiginstance 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 
- 
convertSettings
public AkkaSSLConfig convertSettings(java.util.function.Function<com.typesafe.sslconfig.ssl.SSLConfigSettings,com.typesafe.sslconfig.ssl.SSLConfigSettings> f)
Deprecated.Returns a newAkkaSSLConfiginstance 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 connectionsJava API
 
- 
hostnameVerifier
public javax.net.ssl.HostnameVerifier hostnameVerifier()
Deprecated. 
- 
useJvmHostnameVerification
public boolean useJvmHostnameVerification()
Deprecated.INTERNAL API 
- 
sslEngineConfigurator
public DefaultSSLEngineConfigurator sslEngineConfigurator()
Deprecated. 
- 
buildKeyManagerFactory
public com.typesafe.sslconfig.ssl.KeyManagerFactoryWrapper buildKeyManagerFactory(com.typesafe.sslconfig.ssl.SSLConfigSettings ssl)
Deprecated. 
- 
buildTrustManagerFactory
public com.typesafe.sslconfig.ssl.TrustManagerFactoryWrapper buildTrustManagerFactory(com.typesafe.sslconfig.ssl.SSLConfigSettings ssl)
Deprecated. 
- 
buildHostnameVerifier
public javax.net.ssl.HostnameVerifier buildHostnameVerifier(com.typesafe.sslconfig.ssl.SSLConfigSettings conf)
Deprecated. 
- 
validateDefaultTrustManager
public void validateDefaultTrustManager(com.typesafe.sslconfig.ssl.SSLConfigSettings sslConfig)
Deprecated. 
- 
configureProtocols
public java.lang.String[] configureProtocols(java.lang.String[] existingProtocols, com.typesafe.sslconfig.ssl.SSLConfigSettings sslConfig)Deprecated. 
- 
configureCipherSuites
public java.lang.String[] configureCipherSuites(java.lang.String[] existingCiphers, com.typesafe.sslconfig.ssl.SSLConfigSettings sslConfig)Deprecated. 
 - 
 
 -