org.kuali.common.util
Class EncUtils

java.lang.Object
  extended by org.kuali.common.util.EncUtils

Deprecated.

@Deprecated
public class EncUtils
extends Object


Constructor Summary
EncUtils()
          Deprecated.  
 
Method Summary
static org.jasypt.util.text.TextEncryptor getTextEncryptor(EncryptionStrength strength, String password)
          Deprecated. Return a BasicTextEncryptor or StrongTextEncryptor depending on what strength is set to
static org.jasypt.util.text.TextEncryptor getTextEncryptor(String password)
          Deprecated. Returns a BasicTextEncryptor that uses password to encrypt/decrypt.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncUtils

public EncUtils()
Deprecated. 
Method Detail

getTextEncryptor

public static final org.jasypt.util.text.TextEncryptor getTextEncryptor(String password)
Deprecated. 
Returns a BasicTextEncryptor that uses password to encrypt/decrypt.


getTextEncryptor

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.