Package org.apache.ignite.ssl
Contains classes for working with SSL.
-
Class Summary Class Description AbstractSslContextFactory Represents abstract implementation of SSL Context Factory that caches the result of the first successful attempt to create anSSLContext
and always returns it as a result of further invocations of theAbstractSslContextFactory.create()
} method.SslContextFactory SSL context factory that provides SSL context configuration with specified key and trust stores.SSLContextWrapper Wrapper forSSLContext
that extend source context with custom SSL parameters.