Class KeyProperties

java.lang.Object
org.springframework.cloud.bootstrap.encrypt.KeyProperties

@ConfigurationProperties("encrypt") public class KeyProperties extends Object
Key encryption properties.
Author:
Dave Syer
  • Field Details

  • Constructor Details

    • KeyProperties

      public KeyProperties()
  • Method Details

    • isFailOnError

      public boolean isFailOnError()
    • setFailOnError

      public void setFailOnError(boolean failOnError)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getSalt

      public String getSalt()
    • setSalt

      public void setSalt(String salt)
    • getKeyStore

      public KeyProperties.KeyStore getKeyStore()
    • setKeyStore

      public void setKeyStore(KeyProperties.KeyStore keyStore)