Class OpenfireX509TrustManager

java.lang.Object
org.jivesoftware.openfire.keystore.OpenfireX509TrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager

public class OpenfireX509TrustManager extends Object implements X509TrustManager
A Trust Manager implementation that adds Openfire-proprietary functionality.
Author:
Guus der Kinderen, guus.der.kinderen@gmail.com
  • Field Details

    • acceptSelfSigned

      protected final boolean acceptSelfSigned
      A boolean that indicates if this trust manager will allow self-signed certificates to be trusted.
    • trustedIssuers

      protected final Set<X509Certificate> trustedIssuers
      The set of trusted issuers from the trust store. Note that these certificates are not validated. It is assumed that this set can be long-lived. Time-based validation should occur close to the actual usage / invocation.
  • Constructor Details

  • Method Details