Uses of Interface
adams.flow.core.SSLContextProvider
-
Packages that use SSLContextProvider Package Description adams.flow.core -
-
Uses of SSLContextProvider in adams.flow.core
Methods in adams.flow.core that return types with arguments of type SSLContextProvider Modifier and Type Method Description static com.github.fracpete.javautils.struct.Struct3<KeyManagerFactoryProvider,TrustManagerFactoryProvider,SSLContextProvider>
TLSHelper. locateActors(Actor context, boolean requireAll)
Locates the following actors KeyManager (=0), TrustManager (=1), SSLContext (=2)
-