public interface

TextEncryptor

org.springframework.security.crypto.encrypt.TextEncryptor

Class Overview

Service interface for symmetric encryption of text strings.

Summary

Public Methods
abstract String decrypt(String encryptedText)
Decrypt the encrypted text string.
abstract String encrypt(String text)
Encrypt the raw text string.

Public Methods

public abstract String decrypt (String encryptedText)

Decrypt the encrypted text string.

public abstract String encrypt (String text)

Encrypt the raw text string.