Class ReadOnlyClientSecurityConfig
- java.lang.Object
-
- io.servicetalk.transport.netty.internal.ReadOnlyClientSecurityConfig
-
- Direct Known Subclasses:
ClientSecurityConfig
@Deprecated public class ReadOnlyClientSecurityConfig extends java.lang.ObjectDeprecated.UseClientSslConfig.Read-only security config for clients.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringhostnameVerificationAlgorithmDeprecated.protected java.lang.StringhostNameVerificationHostDeprecated.protected inthostNameVerificationPortDeprecated.Only valid ifhostNameVerificationHostis valid.protected java.util.function.Supplier<java.io.InputStream>keyCertChainSupplierDeprecated.protected javax.net.ssl.KeyManagerFactorykeyManagerFactoryDeprecated.protected java.lang.StringkeyPasswordDeprecated.protected java.util.function.Supplier<java.io.InputStream>keySupplierDeprecated.protected java.lang.StringsniHostnameDeprecated.
-
Constructor Summary
Constructors Modifier Constructor Description protectedReadOnlyClientSecurityConfig()Deprecated.protectedReadOnlyClientSecurityConfig(ReadOnlyClientSecurityConfig from)Deprecated.Copy constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringhostnameVerificationAlgorithm()Deprecated.Returns the host name verification algorithm.java.lang.StringhostnameVerificationHost()Deprecated.Returns the host name verification host.inthostnameVerificationPort()Deprecated.Returns the host name verification port.java.lang.StringsniHostname()Deprecated.Returns the SNI host name.
-
-
-
Field Detail
-
hostnameVerificationAlgorithm
@Nullable protected java.lang.String hostnameVerificationAlgorithm
Deprecated.
-
hostNameVerificationHost
@Nullable protected java.lang.String hostNameVerificationHost
Deprecated.
-
hostNameVerificationPort
protected int hostNameVerificationPort
Deprecated.Only valid ifhostNameVerificationHostis valid.
-
sniHostname
@Nullable protected java.lang.String sniHostname
Deprecated.
-
keyManagerFactory
@Nullable protected javax.net.ssl.KeyManagerFactory keyManagerFactory
Deprecated.
-
keyCertChainSupplier
@Nullable protected java.util.function.Supplier<java.io.InputStream> keyCertChainSupplier
Deprecated.
-
keySupplier
@Nullable protected java.util.function.Supplier<java.io.InputStream> keySupplier
Deprecated.
-
keyPassword
@Nullable protected java.lang.String keyPassword
Deprecated.
-
-
Constructor Detail
-
ReadOnlyClientSecurityConfig
protected ReadOnlyClientSecurityConfig()
Deprecated.
-
ReadOnlyClientSecurityConfig
protected ReadOnlyClientSecurityConfig(ReadOnlyClientSecurityConfig from)
Deprecated.Copy constructor.- Parameters:
from-ReadOnlyClientSecurityConfigto copy.
-
-
Method Detail
-
hostnameVerificationAlgorithm
@Nullable public java.lang.String hostnameVerificationAlgorithm()
Deprecated.Returns the host name verification algorithm.- Returns:
- The host name verification algorithm.
-
hostnameVerificationHost
@Nullable public java.lang.String hostnameVerificationHost()
Deprecated.Returns the host name verification host.- Returns:
- The host name verification host.
-
hostnameVerificationPort
public int hostnameVerificationPort()
Deprecated.Returns the host name verification port.- Returns:
- The host name verification port.
-
sniHostname
@Nullable public java.lang.String sniHostname()
Deprecated.Returns the SNI host name.- Returns:
- The SNI host name.
-
-