类 AESConfiguration

  • 所有已实现的接口:
    org.springframework.beans.factory.InitializingBean

    @ConfigurationProperties(prefix="badger.encrypt")
    public class AESConfiguration
    extends EncryptProvider
    implements org.springframework.beans.factory.InitializingBean
    The type Aes configuration.
    从以下版本开始:
    : 1.0.0
    作者:
    : longfa
    • 构造器详细资料

      • AESConfiguration

        public AESConfiguration()
    • 方法详细资料

      • setAesKey

        public void setAesKey​(String aesKey)
        Sets aes key.
        参数:
        aesKey - the aes key
      • setAesIv

        public void setAesIv​(String aesIv)
        Sets aes iv.
        参数:
        aesIv - the aes iv
      • getAesKey

        public String getAesKey()
        Gets aes key.
        返回:
        the aes key
      • getAesIv

        public String getAesIv()
        Gets aes iv.
        返回:
        the aes iv
      • afterPropertiesSet

        public void afterPropertiesSet()
        指定者:
        afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBean