| Constructor and Description | 
|---|
| Jasypt() | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.jasypt.util.text.TextEncryptor | buildTextEncryptor(EncryptionContext context)Return a  BasicTextEncryptororStrongTextEncryptordepending on whatstrengthis set to | 
| static org.jasypt.util.text.TextEncryptor | buildTextEncryptor(String password,
                                    EncryptionStrength strength)Return a  BasicTextEncryptororStrongTextEncryptordepending on whatstrengthis set to | 
public Jasypt()
public static org.jasypt.util.text.TextEncryptor buildTextEncryptor(EncryptionContext context)
BasicTextEncryptor or StrongTextEncryptor depending on what strength is set topublic static org.jasypt.util.text.TextEncryptor buildTextEncryptor(String password, EncryptionStrength strength)
BasicTextEncryptor or StrongTextEncryptor depending on what strength is set toCopyright © 2010–2014 The Kuali Foundation. All rights reserved.