@Deprecated public class EndsWithDecryptProcessor extends DecryptProcessor
| Constructor and Description | 
|---|
| EndsWithDecryptProcessor()Deprecated.  | 
| EndsWithDecryptProcessor(org.jasypt.util.text.TextEncryptor encryptor)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | decrypt(String key,
              String encryptedValue,
              org.jasypt.util.text.TextEncryptor encryptor)Deprecated.  | 
| Mode | getPropertyOverwriteMode()Deprecated.  | 
| String | getSuffix()Deprecated.  | 
| boolean | isRemoveEncryptedProperties()Deprecated.  | 
| void | process(Properties properties)Deprecated.  | 
| void | setPropertyOverwriteMode(Mode propertyOverwriteMode)Deprecated.  | 
| void | setRemoveEncryptedProperties(boolean removeEncryptedProperties)Deprecated.  | 
| void | setSuffix(String suffix)Deprecated.  | 
getEncryptor, setEncryptorpublic EndsWithDecryptProcessor()
public EndsWithDecryptProcessor(org.jasypt.util.text.TextEncryptor encryptor)
public void process(Properties properties)
process in interface PropertyProcessorprocess in class DecryptProcessorprotected String decrypt(String key, String encryptedValue, org.jasypt.util.text.TextEncryptor encryptor)
public boolean isRemoveEncryptedProperties()
public void setRemoveEncryptedProperties(boolean removeEncryptedProperties)
public Mode getPropertyOverwriteMode()
public void setPropertyOverwriteMode(Mode propertyOverwriteMode)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.