Interface TextEncryptor

All Known Implementing Classes:
AesTextEncryptor, NoOpTextEncryptor, PbkAesTextEncryptor

public interface TextEncryptor
Thread-safe service that facilitates easy encryption and decryption of text.
Author:
avasquez
  • Method Summary

    Modifier and Type
    Method
    Description
    decrypt(String encrypted)
    Decrypts the specified encrypted text.
    encrypt(String clear)
    Encrypts the specified clear text.