org.kuali.common.util.property.processor
Class DecryptProcessor
java.lang.Object
  
org.kuali.common.util.property.processor.DecryptProcessor
- All Implemented Interfaces: 
 - PropertyProcessor
 
- Direct Known Subclasses: 
 - EndsWithDecryptProcessor, EndsWithEncryptProcessor
 
public class DecryptProcessor
- extends Object
- implements PropertyProcessor
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DecryptProcessor
public DecryptProcessor()
DecryptProcessor
public DecryptProcessor(org.jasypt.util.text.TextEncryptor encryptor)
process
public void process(Properties properties)
- Specified by:
 process in interface PropertyProcessor
 
 
getEncryptor
public org.jasypt.util.text.TextEncryptor getEncryptor()
 
 
setEncryptor
public void setEncryptor(org.jasypt.util.text.TextEncryptor encryptor)
 
 
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.