java.lang.Object
com.predic8.membrane.core.config.security.Trust

public class Trust extends Object
Description

Allows to insert one or more PEM blocks containing the certificates to be trusted directly into the proxies.xml file.

This is an alternative for TrustStore.

  • Field Details

    • algorithm

      protected String algorithm
    • checkRevocation

      protected String checkRevocation
  • Constructor Details

    • Trust

      public Trust()
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getCertificateList

      public List<Certificate> getCertificateList()
    • setCertificateList

      public void setCertificateList(List<Certificate> certificateList)
      Parameters:
      certificateList -
      Description
      List of certificates
    • getAlgorithm

      public String getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(String algorithm)
      Parameters:
      algorithm -
    • getCheckRevocation

      public String getCheckRevocation()
    • setCheckRevocation

      public void setCheckRevocation(String checkRevocation)
      TODO
      Parameters:
      checkRevocation -