Uses of Interface
adams.flow.core.TrustManagerFactoryProvider
-
Packages that use TrustManagerFactoryProvider Package Description adams.flow.core -
-
Uses of TrustManagerFactoryProvider in adams.flow.core
Methods in adams.flow.core that return types with arguments of type TrustManagerFactoryProvider 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)
-