Class EncryptionServiceInternalImpl

    • Field Detail

      • delay

        protected long delay
      • maxLength

        protected int maxLength
      • textEncryptor

        protected org.craftercms.commons.crypto.TextEncryptor textEncryptor
    • Constructor Detail

      • EncryptionServiceInternalImpl

        public EncryptionServiceInternalImpl()
    • Method Detail

      • getDelay

        public long getDelay()
      • setDelay

        public void setDelay​(long delay)
      • getMaxLength

        public int getMaxLength()
      • setMaxLength

        public void setMaxLength​(int maxLength)
      • setTextEncryptor

        public void setTextEncryptor​(org.craftercms.commons.crypto.TextEncryptor textEncryptor)