Uses of Interface
org.openhab.core.io.net.http.TlsProvider

Packages that use TlsProvider
Package
Description
 
  • Uses of TlsProvider in org.openhab.core.io.net.http

    Modifier and Type
    Interface
    Description
    interface 
    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 functionality
    interface 
    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