Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns true if a server optionally wants to authenticate a
client during handshaking. If this returns true, SSLParameters.NeedClientAuth will return false.
Set method documentation [Android Documentation]
Sets whether or not to a server wants client authentication.
After calling this, #getNeedClientAuth() will return false.