Class TextEncryptorUtils.FailsafeTextEncryptor

    • Constructor Detail

      • FailsafeTextEncryptor

        public FailsafeTextEncryptor()
    • Method Detail

      • encrypt

        public String encrypt​(String text)
        Specified by:
        encrypt in interface org.springframework.security.crypto.encrypt.TextEncryptor
      • decrypt

        public String decrypt​(String encryptedText)
        Specified by:
        decrypt in interface org.springframework.security.crypto.encrypt.TextEncryptor