@Deprecated public final class DecryptingProcessor extends Object implements PropertyProcessor
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_DECRYPT_KEY
Deprecated.
|
static String |
DEFAULT_PASSWORD_KEY
Deprecated.
|
static String |
DEFAULT_STRENGTH_KEY
Deprecated.
|
Constructor and Description |
---|
DecryptingProcessor()
Deprecated.
|
DecryptingProcessor(String passwordKey)
Deprecated.
|
DecryptingProcessor(String decryptKey,
String passwordKey,
String strengthKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getDecryptKey()
Deprecated.
|
String |
getPasswordKey()
Deprecated.
|
String |
getStrengthKey()
Deprecated.
|
protected org.jasypt.util.text.TextEncryptor |
getTextEncryptor(Properties properties)
Deprecated.
|
void |
process(Properties properties)
Deprecated.
|
public static final String DEFAULT_DECRYPT_KEY
public static final String DEFAULT_PASSWORD_KEY
public static final String DEFAULT_STRENGTH_KEY
public DecryptingProcessor()
public DecryptingProcessor(String passwordKey)
public DecryptingProcessor(String decryptKey, String passwordKey, String strengthKey)
public void process(Properties properties)
process
in interface PropertyProcessor
protected org.jasypt.util.text.TextEncryptor getTextEncryptor(Properties properties)
public String getDecryptKey()
public String getPasswordKey()
public String getStrengthKey()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.