Uses of Class
org.openhab.core.io.net.http.PEMTrustManager
Packages that use PEMTrustManager
-
Uses of PEMTrustManager in org.openhab.core.io.net.http
Methods in org.openhab.core.io.net.http that return PEMTrustManagerModifier 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.