Uses of Enum Class
org.aoju.bus.socket.security.ClientAuth
Packages that use ClientAuth
-
Uses of ClientAuth in org.aoju.bus.socket.plugins
Methods in org.aoju.bus.socket.plugins with parameters of type ClientAuthModifier and TypeMethodDescriptionvoidSslPlugin.initForServer(InputStream keyStoreInputStream, String keyStorePassword, String keyPassword, ClientAuth clientAuth) -
Uses of ClientAuth in org.aoju.bus.socket.security
Methods in org.aoju.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.Constructors in org.aoju.bus.socket.security with parameters of type ClientAuth