SSLEngine.getWantClientAuth

Returns true if the engine will <i>request</i> client authentication. This option is only useful for engines in the server mode.

@return true if client authentication is requested, or false if no client authentication is desired. @see #setNeedClientAuth(bool) @see #getNeedClientAuth() @see #setWantClientAuth(bool) @see #setUseClientMode(bool)

class SSLEngine
abstract
bool
getWantClientAuth
()

Meta