org.kuali.common.util
Class EncUtils
java.lang.Object
org.kuali.common.util.EncUtils
Deprecated.
@Deprecated
public class EncUtils
- extends Object
Constructor Summary |
EncUtils()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncUtils
public EncUtils()
- Deprecated.
getTextEncryptor
public static final org.jasypt.util.text.TextEncryptor getTextEncryptor(String password)
- Deprecated.
- Returns a
BasicTextEncryptor
that uses password
to encrypt/decrypt.
getTextEncryptor
@Deprecated
public static final org.jasypt.util.text.TextEncryptor getTextEncryptor(EncryptionStrength strength,
String password)
- Deprecated.
- Return a
BasicTextEncryptor
or StrongTextEncryptor
depending on what strength
is set to
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.