@Deprecated public class EncUtils extends Object
Constructor and Description |
---|
EncUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static org.jasypt.util.text.TextEncryptor |
getTextEncryptor(EncryptionStrength strength,
String password)
Deprecated.
|
static org.jasypt.util.text.TextEncryptor |
getTextEncryptor(String password)
Deprecated.
Returns a
BasicTextEncryptor that uses password to encrypt/decrypt. |
public EncUtils()
public static final org.jasypt.util.text.TextEncryptor getTextEncryptor(String password)
BasicTextEncryptor
that uses password
to encrypt/decrypt.@Deprecated public static final org.jasypt.util.text.TextEncryptor getTextEncryptor(EncryptionStrength strength, String password)
BasicTextEncryptor
or StrongTextEncryptor
depending on what strength
is set toCopyright © 2010–2014 The Kuali Foundation. All rights reserved.