Class JksProperties

java.lang.Object
com.bld.crypto.jks.config.properties.JksProperties

@Configuration @ConfigurationProperties(prefix="com.bld.crypto.jks") public class JksProperties extends Object
The Class JksProperties.
  • Constructor Details

    • JksProperties

      public JksProperties()
  • Method Details

    • getFile

      public org.springframework.core.io.Resource getFile()
      Gets the file.
      Returns:
      the file
    • setFile

      public void setFile(org.springframework.core.io.Resource file)
      Sets the file.
      Parameters:
      file - the new file
    • getPassword

      public String getPassword()
      Gets the password.
      Returns:
      the password
    • setPassword

      public void setPassword(String password)
      Sets the password.
      Parameters:
      password - the new password
    • getAlias

      public String getAlias()
      Gets the alias.
      Returns:
      the alias
    • setAlias

      public void setAlias(String alias)
      Sets the alias.
      Parameters:
      alias - the new alias
    • getInstanceJks

      public String getInstanceJks()
      Gets the instance jks.
      Returns:
      the instance jks
    • setInstanceJks

      public void setInstanceJks(String instanceJks)
      Sets the instance jks.
      Parameters:
      instanceJks - the new instance jks