Uses of Enum
io.netty.handler.ssl.ClientAuth
Packages that use ClientAuth
Package
Description
QUIC implementation
-
Uses of ClientAuth in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic with parameters of type ClientAuthModifier and TypeMethodDescriptionQuicSslContextBuilder.clientAuth(ClientAuth clientAuth) Sets the client authentication mode. -
Uses of ClientAuth in io.netty.handler.ssl
Subclasses with type arguments of type ClientAuth in io.netty.handler.sslModifier and TypeClassDescriptionenumIndicates the state of theSSLEnginewith respect to client authentication.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)