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 Details

  • Method Details

    • 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