JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.springframework.security.crypto.encrypt
Interface TextEncryptor
public interface
TextEncryptor
Service interface for symmetric encryption of text strings.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
decrypt
(
String
encryptedText)
Decrypt the encrypted text string.
String
encrypt
(
String
text)
Encrypt the raw text string.
Method Details
encrypt
String
encrypt
(
String
text)
Encrypt the raw text string.
decrypt
String
decrypt
(
String
encryptedText)
Decrypt the encrypted text string.