Uses of Interface
org.openhab.core.io.net.http.TlsProvider
Packages that use TlsProvider
-
Uses of TlsProvider in org.openhab.core.io.net.http
Subinterfaces of TlsProvider in org.openhab.core.io.net.httpModifier and TypeInterfaceDescriptioninterface
Provides a certificate for the given host name Implement this interface to request the framework to use a specific certificate for the given host NOTE: implementations of this interface should be immutable, to guarantee efficient and correct functionalityinterface
Provides a trust manager for the given host name Implement this interface to request the framework to use a specific trust manager for the given host NOTE: implementations of this interface should be immutable, to guarantee efficient and correct functionality