|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
IoHandler binding.TrustManagerFactory which creates
X509TrustManager trusting everything.KeyStore.
FactoryBean
which creates DefaultIoFilterChainBuilder instances.FactoryBean which makes it possible to set up a MINA
ExecutorThreadModel using Spring.PropertyEditor which converts Strings into
InetAddress objects.PropertyEditor which converts Strings into
InetSocketAddress objects.FactoryBean which enables the bindings of an IoAcceptor
to be configured using Spring.IoFilter.FactoryBean implementation
which makes it possible to configure KeyStore instances
using Spring.IoAcceptor configured by this
factory bean.
Executor to use.
#setFilters(IoFilter[]).
KeyManagerFactory to use.
KeyManagerFactory
using KeyManagerFactory.getInstance(java.lang.String) or
KeyManagerFactory.getInstance(java.lang.String, java.lang.String).
true while no KeyManagerFactory
has been set using setKeyManagerFactory(KeyManagerFactory) and
no algorithm has been set using
setKeyManagerFactoryAlgorithm(String) the default algorithm
return by KeyManagerFactory.getDefaultAlgorithm() will be used.
KeyStore which will be used in the call to
KeyManagerFactory.init(java.security.KeyStore, char[]) when
the SSLContext is created.
KeyManagerFactory.init(java.security.KeyStore, char[]) when
the SSLContext is created.
KeyManagerFactory
using
KeyManagerFactory.getInstance(java.lang.String, java.lang.String).
SSLContext.
Resource which contains the key store.
SecureRandom to use when initializing the
SSLContext.
ExecutorThreadModel.getInstance(String).
IoAcceptor to be configured using this factory bean.
TrustManagerFactory to use.
TrustManagerFactory
using TrustManagerFactory.getInstance(java.lang.String) or
TrustManagerFactory.getInstance(java.lang.String, java.lang.String).
true while no TrustManagerFactory
has been set using setTrustManagerFactory(TrustManagerFactory) and
no algorithm has been set using
setTrustManagerFactoryAlgorithm(String) the default algorithm
return by TrustManagerFactory.getDefaultAlgorithm() will be used.
KeyStore which will be used in the call to
TrustManagerFactory.init(java.security.KeyStore) when
the SSLContext is created.
ManagerFactoryParameters which will be used in the call to
TrustManagerFactory.init(javax.net.ssl.ManagerFactoryParameters) when
the SSLContext is created.
TrustManagerFactory
using
TrustManagerFactory.getInstance(java.lang.String, java.lang.String).
FactoryBean implementation
which makes it possible to configure SSLContext
instances using Spring.FactoryBean which enables the configuration of
ThreadPoolExecutor instances using Spring.PropertyEditor which converts Strings into
VmPipeAddress objects.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||