Class MGLApiDecryptProperties

java.lang.Object
tech.mgl.boot.config.properties.MGLApiDecryptProperties

@ConfigurationProperties(prefix="api-decrypt") public class MGLApiDecryptProperties extends Object
api解密属性配置类
Author:
hotpot i@mgl.ee 1704013889883
  • Constructor Details

    • MGLApiDecryptProperties

      public MGLApiDecryptProperties()
  • Method Details

    • getAlgorithm

      public String getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(String algorithm)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getHeaderKey

      public String getHeaderKey()
    • setHeaderKey

      public void setHeaderKey(String headerKey)
    • getPublicKey

      public String getPublicKey()
    • setPublicKey

      public void setPublicKey(String publicKey)
    • getPrivateKey

      public String getPrivateKey()
    • setPrivateKey

      public void setPrivateKey(String privateKey)