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

public class Key extends Object
Description
Experimental.

Allows to insert a PEM block containing the key (as well as one or more blocks for the certificate(s)) directly into the proxies.xml file.

This is an alternative for KeyStore.

  • Constructor Details

    • Key

      public Key()
  • Method Details

    • equals

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

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

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getPrivate

      public Key.Private getPrivate()
    • setPrivate

      public void setPrivate(Key.Private private_)
    • getCertificates

      public List<Certificate> getCertificates()
    • setCertificates

      public void setCertificates(List<Certificate> certificates)