public interface PasswordDecryptor
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String str,
Map attributes,
Map config)
decrypt given encrypted string
|
String decrypt(String str, Map attributes, Map config) throws SecDispatcherException
str - - string to decryptattributes - - string attributesconfig - - configuration from settings-security.xml, if anySecDispatcherExceptionCopyright © 2001–2021 Codehaus Plexus. All rights reserved.