Class AttributeEncryptionProvider

Object
org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider

public class AttributeEncryptionProvider extends Object
  • Field Details

  • Method Details

    • getInstance

      public static AttributeEncryptionProvider 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()