SSLEngine.setWantClientAuth

Configures the engine to <i>request</i> client authentication. This option is only useful for engines in the server mode. <P> An engine's client authentication setting is one of the following: <ul> <li> client authentication required <li> client authentication requested <li> no client authentication desired </ul> <P> Unlike {@link #setNeedClientAuth(bool)}, if this option is set and the client chooses not to provide authentication information about itself, <i>the negotiations will continue</i>. <P> Calling this method overrides any previous setting made by this method or {@link #setNeedClientAuth(bool)}.

@param want set to true if client authentication is requested, or false if no client authentication is desired. @see #getWantClientAuth() @see #setNeedClientAuth(bool) @see #getNeedClientAuth() @see #setUseClientMode(bool)

class SSLEngine
abstract
void
setWantClientAuth
(
bool want
)

Meta