Interface PasswordDecryptor


public interface PasswordDecryptor
Version:
$Id$
Author:
Oleg Gusakov
  • Method Summary

    Modifier and Type
    Method
    Description
    decrypt(String str, Map attributes, Map config)
    decrypt given encrypted string
  • Method Details

    • decrypt

      String decrypt(String str, Map attributes, Map config) throws SecDispatcherException
      decrypt given encrypted string
      Parameters:
      str - - string to decrypt
      attributes - - string attributes
      config - - configuration from settings-security.xml, if any
      Returns:
      decrypted string
      Throws:
      SecDispatcherException