org.kuali.common.util.property.processor
Class DecryptingProcessor
java.lang.Object
org.kuali.common.util.property.processor.DecryptingProcessor
- All Implemented Interfaces:
- PropertyProcessor
public final class DecryptingProcessor
- extends Object
- implements PropertyProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DecryptingProcessor
public DecryptingProcessor()
DecryptingProcessor
public DecryptingProcessor(String passwordKey)
DecryptingProcessor
public DecryptingProcessor(String decryptKey,
String passwordKey,
String strengthKey)
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.