public class SSLFilter
extends org.apache.mina.filter.ssl.SslFilter
SslFilter
that disables setting
enabled cipher suites via default method.Constructor and Description |
---|
SSLFilter(SSLContext sslContext) |
SSLFilter(SSLContext sslContext,
boolean autoStart) |
Modifier and Type | Method and Description |
---|---|
void |
setCipherSuites(String[] cipherSuites) |
void |
setEnabledCipherSuites(String[] cipherSuites)
This method is called from
SslFilter.onPreAdd(org.apache.mina.core.filterchain.IoFilterChain, java.lang.String, org.apache.mina.core.filterchain.IoFilter.NextFilter) every time new
session is created which makes impossible to override enabled cipher
suites configuration. |
exceptionCaught, filterClose, filterWrite, getEnabledCipherSuites, getEnabledProtocols, getSslSession, initiateHandshake, isNeedClientAuth, isSslStarted, isUseClientMode, isWantClientAuth, messageReceived, messageSent, onPostAdd, onPreAdd, onPreRemove, sessionClosed, setEnabledProtocols, setNeedClientAuth, setUseClientMode, setWantClientAuth, startSsl, stopSsl
public SSLFilter(SSLContext sslContext, boolean autoStart)
public SSLFilter(SSLContext sslContext)
public void setEnabledCipherSuites(String[] cipherSuites)
SslFilter.onPreAdd(org.apache.mina.core.filterchain.IoFilterChain, java.lang.String, org.apache.mina.core.filterchain.IoFilter.NextFilter)
every time new
session is created which makes impossible to override enabled cipher
suites configuration.setEnabledCipherSuites
in class org.apache.mina.filter.ssl.SslFilter
public void setCipherSuites(String[] cipherSuites)
Copyright © 2016. All rights reserved.