public interface ServerSSLSupport<T> extends SSLSupport<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isClientAuthRequired()
Is client auth required?
|
T |
setClientAuthRequired(boolean required)
Set
required to true if you want the server to request client authentication from any connecting clients. |
getKeyStorePassword, getKeyStorePath, getTrustStorePassword, getTrustStorePath, isSSL, setKeyStorePassword, setKeyStorePath, setSSL, setSSLContext, setTrustStorePassword, setTrustStorePath
T setClientAuthRequired(boolean required)
required
to true if you want the server to request client authentication from any connecting clients. This
is an extra level of security in SSL, and requires clients to provide client certificates. Those certificates must be added
to the server trust store.boolean isClientAuthRequired()