org.kuali.common.util.property.processor
Class DecryptProcessor

java.lang.Object
  extended by org.kuali.common.util.property.processor.DecryptProcessor
All Implemented Interfaces:
PropertyProcessor
Direct Known Subclasses:
EndsWithDecryptProcessor, EndsWithEncryptProcessor

public class DecryptProcessor
extends Object
implements PropertyProcessor


Constructor Summary
DecryptProcessor()
           
DecryptProcessor(org.jasypt.util.text.TextEncryptor encryptor)
           
 
Method Summary
 org.jasypt.util.text.TextEncryptor getEncryptor()
           
 void process(Properties properties)
           
 void setEncryptor(org.jasypt.util.text.TextEncryptor encryptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecryptProcessor

public DecryptProcessor()

DecryptProcessor

public DecryptProcessor(org.jasypt.util.text.TextEncryptor encryptor)
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.