Uses of Interface
org.jasypt.util.text.TextEncryptor
Packages that use TextEncryptor
-
Uses of TextEncryptor in org.jasypt.properties
Methods in org.jasypt.properties with parameters of type TextEncryptorModifier and TypeMethodDescriptionstatic String
PropertyValueEncryptionUtils.decrypt
(String encodedValue, TextEncryptor encryptor) static String
PropertyValueEncryptionUtils.encrypt
(String decodedValue, TextEncryptor encryptor) Constructors in org.jasypt.properties with parameters of type TextEncryptorModifierConstructorDescriptionEncryptableProperties
(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 TextEncryptorModifier and TypeClassDescriptionfinal class
Utility class for easily performing high-strength encryption of texts.final class
Utility class for easily performing normal-strength encryption of texts.final class
Utility class for easily performing high-strength encryption of texts.