Uses of Class
org.openhab.core.io.net.http.PEMTrustManager
Packages that use PEMTrustManager
- 
Uses of PEMTrustManager in org.openhab.core.io.net.httpMethods in org.openhab.core.io.net.http that return PEMTrustManagerModifier and TypeMethodDescriptionstatic PEMTrustManagerPEMTrustManager.getInstanceFromFile(String path) Creates aPEMTrustManagerinstance by reading the PEM certificate from the given file.static PEMTrustManagerPEMTrustManager.getInstanceFromServer(String url) Creates aPEMTrustManagerinstance by downloading the PEM certificate from the given server.static PEMTrustManagerPEMTrustManager.getInstanceFromServer(URL url) Creates aPEMTrustManagerinstance by downloading the PEM certificate from the given server.