Class AttributeEncryptionProvider
Object
org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.jasypt.encryption.BigDecimalEncryptororg.jasypt.encryption.BigIntegerEncryptororg.jasypt.encryption.ByteEncryptororg.jasypt.encryption.pbe.PBEStringEncryptorstatic AttributeEncryptionProviderReturns the singleton instance of the registry.org.jasypt.encryption.pbe.PBEStringEncryptor
-
Field Details
-
STRING_ENCRYPTER_NAME
- See Also:
-
CALENDER_ENCRYPTER_NAME
- See Also:
-
BIG_INTEGER_ENCRYPTER_NAME
- See Also:
-
BIG_DECIMAL_ENCRYPTER_NAME
- See Also:
-
BYTE_ENCRYPTER_NAME
- See Also:
-
-
Method Details
-
getInstance
Returns the singleton instance of the registry.- Returns:
- the registry.
-
stringEncryptor
public org.jasypt.encryption.pbe.PBEStringEncryptor stringEncryptor() -
calenderEncryptor
public org.jasypt.encryption.pbe.PBEStringEncryptor calenderEncryptor() -
bigDecimalEncryptor
public org.jasypt.encryption.BigDecimalEncryptor bigDecimalEncryptor() -
bigIntegerEncryptor
public org.jasypt.encryption.BigIntegerEncryptor bigIntegerEncryptor() -
byteEncryptor
public org.jasypt.encryption.ByteEncryptor byteEncryptor()
-