Class LocatorTextEncryptor
- java.lang.Object
-
- org.springframework.cloud.config.server.encryption.LocatorTextEncryptor
-
- All Implemented Interfaces:
org.springframework.security.crypto.encrypt.TextEncryptor
public class LocatorTextEncryptor extends Object implements org.springframework.security.crypto.encrypt.TextEncryptor
- Author:
- Dave Syer
-
-
Constructor Summary
Constructors Constructor Description LocatorTextEncryptor(TextEncryptorLocator locator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdecrypt(String encryptedText)Stringencrypt(String text)
-
-
-
Constructor Detail
-
LocatorTextEncryptor
public LocatorTextEncryptor(TextEncryptorLocator locator)
-
-