Implementation of a HTTPS connector based on Jetty's SslConnector (which uses pure JSSE).
version: $Rev: 564252 $ $Date: 2007-08-09 09:02:09 -0700 (Thu, 09 Aug 2007) $
Algorithm to use.
As different JVMs have different implementations available, the default algorithm can be used by supplying the value "Default".
Parameters: algorithm - the algorithm to use, or "Default" to use the default from javax.net.ssl.KeyManagerFactory.getDefaultAlgorithm
setClientAuthRequested
public void setClientAuthRequested(boolean wantClientAuth)(Code)
setClientAuthRequired
public void setClientAuthRequired(boolean needClientAuth)(Code)