java.lang.Object
com.predic8.membrane.core.config.security.Store
Direct Known Subclasses:
KeyStore, TrustStore

public abstract class Store extends Object
  • Field Details

    • location

      protected String location
    • password

      protected String password
    • type

      protected String type
    • provider

      protected String provider
  • Constructor Details

    • Store

      public Store()
  • Method Details

    • equals

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

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

      public String getLocation()
    • setLocation

      public void setLocation(String location)
      Description
      A file/resource containing the PKCS#12 keystore (*.p12). See here for a description of the format.
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getProvider

      public String getProvider()
    • setProvider

      public void setProvider(String provider)