Uses of Enum Class
org.miaixz.bus.socket.secure.ssl.ClientAuth
Packages that use ClientAuth
-
Uses of ClientAuth in org.miaixz.bus.socket.plugin
Constructors in org.miaixz.bus.socket.plugin with parameters of type ClientAuthModifierConstructorDescriptionSslPlugin(ServerSSLContextFactory factory, ClientAuth clientAuth) SslPlugin(ServerSSLContextFactory factory, ClientAuth clientAuth, BufferPagePool bufferPagePool) -
Uses of ClientAuth in org.miaixz.bus.socket.secure.ssl
Methods in org.miaixz.bus.socket.secure.ssl 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.