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