Class SSLContextFactoryProvider
- java.lang.Object
-
- org.apache.activemq.artemis.spi.core.remoting.ssl.SSLContextFactoryProvider
-
public class SSLContextFactoryProvider extends java.lang.ObjectProvider that loads the SSLContextFactory services and return the one with the highest priority. This is only used to provide SSLContext, so it doesn't support OpenSSL.
-
-
Constructor Summary
Constructors Constructor Description SSLContextFactoryProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SSLContextFactorygetSSLContextFactory()
-
-
-
Method Detail
-
getSSLContextFactory
public static SSLContextFactory getSSLContextFactory()
- Returns:
- the SSLContextFactory with the higher priority.
-
-