Class PEMTrustManager

java.lang.Object
javax.net.ssl.X509ExtendedTrustManager
org.openhab.core.io.net.http.PEMTrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager

@NonNullByDefault public final class PEMTrustManager extends X509ExtendedTrustManager
The PEMTrustManager is a X509ExtendedTrustManager implementation which loads a certificate in PEM format and validates it against the servers certificate.
Author:
Christoph Weitkamp - Initial contribution