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

java.lang.Object
  extended by org.kuali.common.util.property.processor.DecryptingProcessor
All Implemented Interfaces:
PropertyProcessor

public final class DecryptingProcessor
extends Object
implements PropertyProcessor


Field Summary
static String DEFAULT_DECRYPT_KEY
           
static String DEFAULT_PASSWORD_KEY
           
static String DEFAULT_STRENGTH_KEY
           
 
Constructor Summary
DecryptingProcessor()
           
DecryptingProcessor(String passwordKey)
           
DecryptingProcessor(String decryptKey, String passwordKey, String strengthKey)
           
 
Method Summary
 String getDecryptKey()
           
 String getPasswordKey()
           
 String getStrengthKey()
           
protected  org.jasypt.util.text.TextEncryptor getTextEncryptor(Properties properties)
           
 void process(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DECRYPT_KEY

public static final String DEFAULT_DECRYPT_KEY
See Also:
Constant Field Values

DEFAULT_PASSWORD_KEY

public static final String DEFAULT_PASSWORD_KEY
See Also:
Constant Field Values

DEFAULT_STRENGTH_KEY

public static final String DEFAULT_STRENGTH_KEY
See Also:
Constant Field Values
Constructor Detail

DecryptingProcessor

public DecryptingProcessor()

DecryptingProcessor

public DecryptingProcessor(String passwordKey)

DecryptingProcessor

public DecryptingProcessor(String decryptKey,
                           String passwordKey,
                           String strengthKey)
Method Detail

process

public void process(Properties properties)
Specified by:
process in interface PropertyProcessor

getTextEncryptor

protected org.jasypt.util.text.TextEncryptor getTextEncryptor(Properties properties)

getDecryptKey

public String getDecryptKey()

getPasswordKey

public String getPasswordKey()

getStrengthKey

public String getStrengthKey()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.