Constructor and Description |
---|
Jasypt() |
Modifier and Type | Method and Description |
---|---|
static org.jasypt.util.text.TextEncryptor |
buildTextEncryptor(EncryptionContext context)
Return a
BasicTextEncryptor or StrongTextEncryptor depending on what strength is set to |
static org.jasypt.util.text.TextEncryptor |
buildTextEncryptor(String password,
EncryptionStrength strength)
Return a
BasicTextEncryptor or StrongTextEncryptor depending on what strength is 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.