Uses of Enum Class
org.miaixz.bus.socket.security.ClientAuth
Packages that use ClientAuth
-
Uses of ClientAuth in org.miaixz.bus.socket.plugins
Constructors in org.miaixz.bus.socket.plugins with parameters of type ClientAuthModifierConstructorDescriptionSslPlugin(ServerSSLContextFactory factory, ClientAuth clientAuth) SslPlugin(ServerSSLContextFactory factory, ClientAuth clientAuth, BufferPool bufferPool) -
Uses of ClientAuth in org.miaixz.bus.socket.security
Methods in org.miaixz.bus.socket.security that return ClientAuthModifier and TypeMethodDescriptionstatic ClientAuthReturns the enum constant of this class with the specified name.static ClientAuth[]ClientAuth.values()Returns an array containing the constants of this enum class, in the order they are declared.