Interface Cipher

All Known Implementing Classes:
JasyptCipher, NullCipher

public interface Cipher
Provides a method of encrypting and decrypting string data, such as passwords.
  • Method Summary

    Modifier and Type
    Method
    Description
    decrypt(String input)
    Decrypt a string.
    encrypt(String input)
    Encrypt a string.