Uses of Interface
org.jasypt.util.text.TextEncryptor
-
Packages that use TextEncryptor Package Description org.jasypt.properties org.jasypt.util.text -
-
Uses of TextEncryptor in org.jasypt.properties
Methods in org.jasypt.properties with parameters of type TextEncryptor Modifier and Type Method Description static String
PropertyValueEncryptionUtils. decrypt(String encodedValue, TextEncryptor encryptor)
static String
PropertyValueEncryptionUtils. encrypt(String decodedValue, TextEncryptor encryptor)
Constructors in org.jasypt.properties with parameters of type TextEncryptor Constructor Description EncryptableProperties(java.util.Properties defaults, TextEncryptor textEncryptor)
Creates an EncryptableProperties instance which will use the passedTextEncryptor
object to decrypt encrypted values, and the passed defaults as default values (may contain encrypted values).EncryptableProperties(TextEncryptor textEncryptor)
Creates an EncryptableProperties instance which will use the passedTextEncryptor
object to decrypt encrypted values. -
Uses of TextEncryptor in org.jasypt.util.text
Classes in org.jasypt.util.text that implement TextEncryptor Modifier and Type Class Description class
AES256TextEncryptor
Utility class for easily performing high-strength encryption of texts.class
BasicTextEncryptor
Utility class for easily performing normal-strength encryption of texts.class
StrongTextEncryptor
Utility class for easily performing high-strength encryption of texts.
-