Uses of Interface
org.jasypt.util.text.TextEncryptor
Packages that use TextEncryptor
-
Uses of TextEncryptor in org.jasypt.properties
Fields in org.jasypt.properties declared as TextEncryptorMethods in org.jasypt.properties that return TextEncryptorModifier and TypeMethodDescription(package private) TextEncryptor
EncryptablePropertiesEncryptorRegistry.getTextEncryptor
(EncryptableProperties prop) 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) (package private) void
EncryptablePropertiesEncryptorRegistry.setTextEncryptor
(EncryptableProperties prop, 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.