Uses of Class
org.openhab.core.io.net.http.PEMTrustManager
-
Uses of PEMTrustManager in org.openhab.core.io.net.http
Modifier and TypeMethodDescriptionstatic PEMTrustManager
PEMTrustManager.getInstanceFromFile
(String path) Creates aPEMTrustManager
instance by reading the PEM certificate from the given file.static PEMTrustManager
PEMTrustManager.getInstanceFromServer
(String url) Creates aPEMTrustManager
instance by downloading the PEM certificate from the given server.static PEMTrustManager
PEMTrustManager.getInstanceFromServer
(URL url) Creates aPEMTrustManager
instance by downloading the PEM certificate from the given server.