Uses of Enum
io.netty.handler.ssl.ClientAuth
Packages that use ClientAuth
-
Uses of ClientAuth in io.netty.handler.ssl
Methods in io.netty.handler.ssl that return ClientAuthModifier and TypeMethodDescriptionstatic ClientAuthReturns the enum constant of this type with the specified name.static ClientAuth[]ClientAuth.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.ssl with parameters of type ClientAuthModifier and TypeMethodDescriptionSslContextBuilder.clientAuth(ClientAuth clientAuth) Sets the client authentication mode.Constructors in io.netty.handler.ssl with parameters of type ClientAuthModifierConstructorDescriptionJdkSslContext(SSLContext sslContext, boolean isClient, ClientAuth clientAuth) Deprecated.JdkSslContext(SSLContext sslContext, boolean isClient, Iterable<String> ciphers, CipherSuiteFilter cipherFilter, ApplicationProtocolConfig apn, ClientAuth clientAuth) JdkSslContext(SSLContext sslContext, boolean isClient, Iterable<String> ciphers, CipherSuiteFilter cipherFilter, ApplicationProtocolConfig apn, ClientAuth clientAuth, String[] protocols, boolean startTls) Creates a newJdkSslContextfrom a pre-configuredSSLContext.
JdkSslContext(SSLContext, boolean, Iterable, CipherSuiteFilter, ApplicationProtocolConfig, ClientAuth, String[], boolean)