Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractEncryptedAsStringType - Class in org.jasypt.hibernate6.type
-
Base class for Hibernate UserTypes to store values as encrypted strings.
- AbstractEncryptedAsStringType() - Constructor for class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- ALGORITHM - Static variable in class org.jasypt.hibernate6.type.ParameterNaming
-
The encryption algorithm.
- assemble(Serializable, Object) - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- assemble(Serializable, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- assemble(Serializable, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- assemble(Serializable, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
- AttributeEncryptionProvider - Class in org.jasypt.hibernate6.encryptor.converters
B
- BIG_DECIMAL_ENCRYPTER_NAME - Static variable in class org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider
- BIG_INTEGER_ENCRYPTER_NAME - Static variable in class org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider
- BigDecimalAttributeConverter - Class in org.jasypt.hibernate6.encryptor.converters
- BigDecimalAttributeConverter() - Constructor for class org.jasypt.hibernate6.encryptor.converters.BigDecimalAttributeConverter
- bigDecimalEncryptor() - Method in class org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider
- BigIntegerAttributeConverter - Class in org.jasypt.hibernate6.encryptor.converters
- BigIntegerAttributeConverter() - Constructor for class org.jasypt.hibernate6.encryptor.converters.BigIntegerAttributeConverter
- bigIntegerEncryptor() - Method in class org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider
- BYTE_ENCRYPTER_NAME - Static variable in class org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider
- ByteAttributeConverter - Class in org.jasypt.hibernate6.encryptor.converters
- ByteAttributeConverter() - Constructor for class org.jasypt.hibernate6.encryptor.converters.ByteAttributeConverter
- byteEncryptor() - Method in class org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider
C
- CALENDER_ENCRYPTER_NAME - Static variable in class org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider
- calenderEncryptor() - Method in class org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider
- CalengerAttributeConverter - Class in org.jasypt.hibernate6.encryptor.converters
- CalengerAttributeConverter() - Constructor for class org.jasypt.hibernate6.encryptor.converters.CalengerAttributeConverter
- checkInitialization() - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- configure(Map<String, Object>) - Method in class org.jasypt.hibernate6.connectionprovider.EncryptedPasswordC3P0ConnectionProvider
- configure(Map<String, Object>) - Method in class org.jasypt.hibernate6.connectionprovider.EncryptedPasswordDriverManagerConnectionProvider
- convertToDatabaseColumn(byte[]) - Method in class org.jasypt.hibernate6.encryptor.converters.ByteAttributeConverter
- convertToDatabaseColumn(String) - Method in class org.jasypt.hibernate6.encryptor.converters.CalengerAttributeConverter
- convertToDatabaseColumn(String) - Method in class org.jasypt.hibernate6.encryptor.converters.StringAttributeConverter
- convertToDatabaseColumn(BigDecimal) - Method in class org.jasypt.hibernate6.encryptor.converters.BigDecimalAttributeConverter
- convertToDatabaseColumn(BigInteger) - Method in class org.jasypt.hibernate6.encryptor.converters.BigIntegerAttributeConverter
- convertToEntityAttribute(byte[]) - Method in class org.jasypt.hibernate6.encryptor.converters.ByteAttributeConverter
- convertToEntityAttribute(String) - Method in class org.jasypt.hibernate6.encryptor.converters.CalengerAttributeConverter
- convertToEntityAttribute(String) - Method in class org.jasypt.hibernate6.encryptor.converters.StringAttributeConverter
- convertToEntityAttribute(BigDecimal) - Method in class org.jasypt.hibernate6.encryptor.converters.BigDecimalAttributeConverter
- convertToEntityAttribute(BigInteger) - Method in class org.jasypt.hibernate6.encryptor.converters.BigIntegerAttributeConverter
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
-
Converts given String to its Object form.
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalAsStringType
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerAsStringType
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.EncryptedBooleanAsStringType
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.EncryptedByteAsStringType
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.EncryptedCalendarAsStringType
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.EncryptedDateAsStringType
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.EncryptedDoubleAsStringType
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.EncryptedFloatAsStringType
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.EncryptedIntegerAsStringType
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.EncryptedLongAsStringType
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.EncryptedShortAsStringType
- convertToObject(String) - Method in class org.jasypt.hibernate6.type.EncryptedStringType
- convertToString(Object) - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
-
Converts given Object to its String form.
- convertToString(Object) - Method in class org.jasypt.hibernate6.type.EncryptedCalendarAsStringType
- convertToString(Object) - Method in class org.jasypt.hibernate6.type.EncryptedDateAsStringType
D
- DECIMAL_SCALE - Static variable in class org.jasypt.hibernate6.type.ParameterNaming
-
The scale (numbers after the decimal point) to be used when storing decimal numbers.
- decrypt(byte[]) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Decypts a message, delegating to wrapped encryptor
- decrypt(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Decypts a message, delegating to wrapped encryptor
- decrypt(BigDecimal) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Decypts a message, delegating to wrapped encryptor
- decrypt(BigInteger) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Decypts a message, delegating to wrapped encryptor
- deepCopy(Object) - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- deepCopy(Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- deepCopy(Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- deepCopy(Object) - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
- disassemble(Object) - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- disassemble(Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- disassemble(Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- disassemble(Object) - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
E
- encrypt(byte[]) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Encrypts a message, delegating to wrapped encryptor.
- encrypt(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Encrypts a message, delegating to wrapped encryptor.
- encrypt(BigDecimal) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Encrypts a message, delegating to wrapped encryptor.
- encrypt(BigInteger) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Encrypts a message, delegating to wrapped encryptor.
- EncryptedBigDecimalAsStringType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows encryption of BigDecimal values into String (VARCHAR) database fields during persistence of entities.
- EncryptedBigDecimalAsStringType() - Constructor for class org.jasypt.hibernate6.type.EncryptedBigDecimalAsStringType
- EncryptedBigDecimalType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows transparent encryption of BigDecimal values during persistence of entities.
- EncryptedBigDecimalType() - Constructor for class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- EncryptedBigIntegerAsStringType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows encryption of BigInteger values into String (VARCHAR) database fields during persistence of entities.
- EncryptedBigIntegerAsStringType() - Constructor for class org.jasypt.hibernate6.type.EncryptedBigIntegerAsStringType
- EncryptedBigIntegerType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows transparent encryption of BigInteger values during persistence of entities.
- EncryptedBigIntegerType() - Constructor for class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- EncryptedBinaryType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows transparent encryption of byte[] values during persistence of entities.
- EncryptedBinaryType() - Constructor for class org.jasypt.hibernate6.type.EncryptedBinaryType
- EncryptedBooleanAsStringType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows encryption of Boolean values into String (VARCHAR) database fields during persistence of entities.
- EncryptedBooleanAsStringType() - Constructor for class org.jasypt.hibernate6.type.EncryptedBooleanAsStringType
- EncryptedByteAsStringType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows encryption of Byte values into String (VARCHAR) database fields during persistence of entities.
- EncryptedByteAsStringType() - Constructor for class org.jasypt.hibernate6.type.EncryptedByteAsStringType
- EncryptedCalendarAsStringType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows encryption of Calendar values into String (VARCHAR) database fields during persistence of entities.
- EncryptedCalendarAsStringType() - Constructor for class org.jasypt.hibernate6.type.EncryptedCalendarAsStringType
- EncryptedDateAsStringType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows encryption of Date values into String (VARCHAR) database fields during persistence of entities.
- EncryptedDateAsStringType() - Constructor for class org.jasypt.hibernate6.type.EncryptedDateAsStringType
- EncryptedDoubleAsStringType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows encryption of Double values into String (VARCHAR) database fields during persistence of entities.
- EncryptedDoubleAsStringType() - Constructor for class org.jasypt.hibernate6.type.EncryptedDoubleAsStringType
- EncryptedFloatAsStringType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows encryption of Float values into String (VARCHAR) database fields during persistence of entities.
- EncryptedFloatAsStringType() - Constructor for class org.jasypt.hibernate6.type.EncryptedFloatAsStringType
- EncryptedIntegerAsStringType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows encryption of Integer values into String (VARCHAR) database fields during persistence of entities.
- EncryptedIntegerAsStringType() - Constructor for class org.jasypt.hibernate6.type.EncryptedIntegerAsStringType
- EncryptedLongAsStringType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows encryption of Long values into String (VARCHAR) database fields during persistence of entities.
- EncryptedLongAsStringType() - Constructor for class org.jasypt.hibernate6.type.EncryptedLongAsStringType
- EncryptedPasswordC3P0ConnectionProvider - Class in org.jasypt.hibernate6.connectionprovider
-
Extension of
C3P0ConnectionProviderthat allows the user to write the datasource configuration parameters in an encrypted manner in the hibernate.cfg.xml or hibernate.properties file - EncryptedPasswordC3P0ConnectionProvider() - Constructor for class org.jasypt.hibernate6.connectionprovider.EncryptedPasswordC3P0ConnectionProvider
- EncryptedPasswordDriverManagerConnectionProvider - Class in org.jasypt.hibernate6.connectionprovider
-
Extension of
DriverManagerConnectionProviderImplthat allows the user to write the datasource configuration parameters in an encrypted manner in the hibernate.cfg.xml or hibernate.properties file - EncryptedPasswordDriverManagerConnectionProvider() - Constructor for class org.jasypt.hibernate6.connectionprovider.EncryptedPasswordDriverManagerConnectionProvider
- EncryptedShortAsStringType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows encryption of Short values into String (VARCHAR) database fields during persistence of entities.
- EncryptedShortAsStringType() - Constructor for class org.jasypt.hibernate6.type.EncryptedShortAsStringType
- EncryptedStringType - Class in org.jasypt.hibernate6.type
-
A Hibernate UserType implementation which allows transparent encryption of String values during persistence of entities.
- EncryptedStringType() - Constructor for class org.jasypt.hibernate6.type.EncryptedStringType
- encryptor - Variable in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- ENCRYPTOR_NAME - Static variable in class org.jasypt.hibernate6.type.ParameterNaming
-
The registered name of an encryptor previously registered at the
HibernatePBEEncryptorRegistry. - ENCRYPTOR_REGISTERED_NAME - Static variable in class org.jasypt.hibernate6.connectionprovider.ParameterNaming
-
Property in hibernate.cfg.xml or hibernate.properties which contains the registered name (in
HibernatePBEEncryptorRegistry) of the encryptor which will be used to decrypt the datasource parameters. - equals(Object, Object) - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- equals(Object, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- equals(Object, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- equals(Object, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
G
- getEncryptor() - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Returns the encryptor which this object wraps.
- getEncryptor() - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Returns the encryptor which this object wraps.
- getEncryptor() - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Returns the encryptor which this object wraps.
- getEncryptor() - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Returns the encryptor which this object wraps.
- getInstance() - Static method in class org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider
-
Returns the singleton instance of the registry.
- getInstance() - Static method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Returns the singleton instance of the registry.
- getPBEBigDecimalEncryptor(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Returns the PBEBigDecimalEncryptor registered with the specified name (if exists).
- getPBEBigIntegerEncryptor(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Returns the PBEBigIntegerEncryptor registered with the specified name (if exists).
- getPBEByteEncryptor(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Returns the PBEByteEncryptor registered with the specified name (if exists).
- getPBEStringEncryptor(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Returns the PBEStringEncryptor registered with the specified name (if exists).
- getRegisteredName() - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Returns the name with which the wrapped encryptor is registered at the registry.
- getRegisteredName() - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Returns the name with which the wrapped encryptor is registered at the registry.
- getRegisteredName() - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Returns the name with which the wrapped encryptor is registered at the registry.
- getRegisteredName() - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Returns the name with which the wrapped encryptor is registered at the registry.
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalAsStringType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerAsStringType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedBooleanAsStringType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedByteAsStringType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedCalendarAsStringType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedDateAsStringType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedDoubleAsStringType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedFloatAsStringType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedIntegerAsStringType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedLongAsStringType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedShortAsStringType
- getSqlType() - Method in class org.jasypt.hibernate6.type.EncryptedStringType
H
- hashCode(Object) - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- hashCode(Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- hashCode(Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- hashCode(Object) - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
- HibernatePBEBigDecimalEncryptor - Class in org.jasypt.hibernate6.encryptor
-
Placeholder class for PBEBigDecimalEncryptor objects which are eligible for use from Hibernate.
- HibernatePBEBigDecimalEncryptor() - Constructor for class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Creates a new instance of HibernatePBEBigDecimalEncryptor It also creates a StandardPBEBigDecimalEncryptor for internal use, which can be overriden by calling setEncryptor(...).
- HibernatePBEBigIntegerEncryptor - Class in org.jasypt.hibernate6.encryptor
-
Placeholder class for PBEBigIntegerEncryptor objects which are eligible for use from Hibernate.
- HibernatePBEBigIntegerEncryptor() - Constructor for class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Creates a new instance of HibernatePBEBigIntegerEncryptor It also creates a StandardPBEBigIntegerEncryptor for internal use, which can be overriden by calling setEncryptor(...).
- HibernatePBEByteEncryptor - Class in org.jasypt.hibernate6.encryptor
-
Placeholder class for PBEByteEncryptor objects which are eligible for use from Hibernate.
- HibernatePBEByteEncryptor() - Constructor for class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Creates a new instance of HibernatePBEByteEncryptor It also creates a StandardPBEByteEncryptor for internal use, which can be overriden by calling setEncryptor(...).
- HibernatePBEEncryptorRegistry - Class in org.jasypt.hibernate6.encryptor
-
Registry for all the PBE*Encryptor which are eligible for use from Hibernate.
- HibernatePBEStringEncryptor - Class in org.jasypt.hibernate6.encryptor
-
Placeholder class for PBEStringEncryptor objects which are eligible for use from Hibernate.
- HibernatePBEStringEncryptor() - Constructor for class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Creates a new instance of HibernatePBEStringEncryptor.
I
- isMutable() - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- isMutable() - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- isMutable() - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- isMutable() - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
K
- KEY_OBTENTION_ITERATIONS - Static variable in class org.jasypt.hibernate6.type.ParameterNaming
-
The number of hashing iterations to be applied for obtaining the encryption key.
N
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalAsStringType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerAsStringType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBooleanAsStringType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedByteAsStringType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedCalendarAsStringType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedDateAsStringType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedDoubleAsStringType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedFloatAsStringType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedIntegerAsStringType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedLongAsStringType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedShortAsStringType
- nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedStringType
- nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
O
- org.jasypt.hibernate6.connectionprovider - package org.jasypt.hibernate6.connectionprovider
- org.jasypt.hibernate6.encryptor - package org.jasypt.hibernate6.encryptor
- org.jasypt.hibernate6.encryptor.converters - package org.jasypt.hibernate6.encryptor.converters
- org.jasypt.hibernate6.type - package org.jasypt.hibernate6.type
P
- ParameterNaming - Class in org.jasypt.hibernate6.connectionprovider
-
Constant names of the parameters that can be used by a jasypt's Hibernate connection provider.
- ParameterNaming - Class in org.jasypt.hibernate6.type
-
Constant names of the parameters that can be used by a jasypt type's typedef declaration in a Hibernate mapping.
- PASSWORD - Static variable in class org.jasypt.hibernate6.type.ParameterNaming
-
The encryption password.
- PROVIDER_NAME - Static variable in class org.jasypt.hibernate6.type.ParameterNaming
-
The name of the JCE security provider we want to get the algorithm from (if it is no the default one.
R
- registerPBEBigDecimalEncryptor(String, String, PBEBigDecimalEncryptor) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Registers a PBEBigDecimalEncryptor object with the specified name.
- registerPBEBigDecimalEncryptor(String, PBEBigDecimalEncryptor) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Registers a PBEBigDecimalEncryptor object with the specified name.
- registerPBEBigIntegerEncryptor(String, String, PBEBigIntegerEncryptor) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Registers a PBEBigIntegerEncryptor object with the specified name.
- registerPBEBigIntegerEncryptor(String, PBEBigIntegerEncryptor) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Registers a PBEBigIntegerEncryptor object with the specified name.
- registerPBEByteEncryptor(String, String, PBEByteEncryptor) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Registers a PBEByteEncryptor object with the specified name.
- registerPBEByteEncryptor(String, PBEByteEncryptor) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Registers a PBEByteEncryptor object with the specified name.
- registerPBEStringEncryptor(String, String, PBEStringEncryptor) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Registers a PBEStringEncryptor object with the specified name.
- registerPBEStringEncryptor(String, PBEStringEncryptor) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
-
Registers a PBEStringEncryptor object with the specified name.
- replace(Object, Object, Object) - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- replace(Object, Object, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- replace(Object, Object, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- replace(Object, Object, Object) - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
- returnedClass() - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalAsStringType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerAsStringType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedBooleanAsStringType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedByteAsStringType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedCalendarAsStringType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedDateAsStringType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedDoubleAsStringType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedFloatAsStringType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedIntegerAsStringType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedLongAsStringType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedShortAsStringType
- returnedClass() - Method in class org.jasypt.hibernate6.type.EncryptedStringType
S
- setAlgorithm(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Sets the algorithm to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setAlgorithm(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Sets the algorithm to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setAlgorithm(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Sets the algorithm to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setAlgorithm(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Sets the algorithm to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setConfig(PBEConfig) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Sets the PBEConfig to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setConfig(PBEConfig) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Sets the PBEConfig to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setConfig(PBEConfig) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Sets the PBEConfig to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setConfig(PBEConfig) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Sets the PBEConfig to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setEncryptor(PBEBigDecimalEncryptor) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Sets the PBEBigDecimalEncryptor to be held (wrapped) by this object.
- setEncryptor(PBEBigIntegerEncryptor) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Sets the PBEBigIntegerEncryptor to be held (wrapped) by this object.
- setEncryptor(PBEByteEncryptor) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Sets the PBEByteEncryptor to be held (wrapped) by this object.
- setEncryptor(PBEStringEncryptor) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Sets the PBEStringEncryptor to be held (wrapped) by this object.
- setIvGenerator(IvGenerator) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Sets the IV generator to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setIvGenerator(IvGenerator) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Sets the IV generator to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setIvGenerator(IvGenerator) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Sets the IV generator to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setIvGenerator(IvGenerator) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Sets the IV generator to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setKeyObtentionIterations(int) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Sets the key obtention iterations to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setKeyObtentionIterations(int) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Sets the key obtention iterations to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setKeyObtentionIterations(int) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Sets the key obtention iterations to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setKeyObtentionIterations(int) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Sets the key obtention iterations to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setParameterValues(Properties) - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- setParameterValues(Properties) - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- setParameterValues(Properties) - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- setParameterValues(Properties) - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
- setParameterValues(Properties) - Method in class org.jasypt.hibernate6.type.EncryptedCalendarAsStringType
- setPassword(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Sets the password to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setPassword(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Sets the password to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setPassword(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Sets the password to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setPassword(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Sets the password to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setPasswordCharArray(char[]) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Sets the password to be used by the internal encryptor (as a char[]), if a specific encryptor has not been set with setEncryptor(...).
- setPasswordCharArray(char[]) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Sets the password to be used by the internal encryptor (as a char[]), if a specific encryptor has not been set with setEncryptor(...).
- setPasswordCharArray(char[]) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Sets the password to be used by the internal encryptor (as a char[]), if a specific encryptor has not been set with setEncryptor(...).
- setPasswordCharArray(char[]) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Sets the password to be used by the internal encryptor (as a char[]), if a specific encryptor has not been set with setEncryptor(...).
- setProvider(Provider) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Sets the JCE provider to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setProviderName(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Sets the name of the JCE provider to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setRegisteredName(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Sets the registered name of the encryptor and adds it to the registry.
- setRegisteredName(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Sets the registered name of the encryptor and adds it to the registry.
- setRegisteredName(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Sets the registered name of the encryptor and adds it to the registry.
- setRegisteredName(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Sets the registered name of the encryptor and adds it to the registry.
- setSaltGenerator(SaltGenerator) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigDecimalEncryptor
-
Sets the salt generator to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setSaltGenerator(SaltGenerator) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEBigIntegerEncryptor
-
Sets the salt generator to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setSaltGenerator(SaltGenerator) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEByteEncryptor
-
Sets the salt generator to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setSaltGenerator(SaltGenerator) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Sets the salt generator to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- setStringOutputType(String) - Method in class org.jasypt.hibernate6.encryptor.HibernatePBEStringEncryptor
-
Sets the type of String output ("base64" (default), "hexadecimal") to be used by the internal encryptor, if a specific encryptor has not been set with setEncryptor(...).
- sqlTypes() - Method in class org.jasypt.hibernate6.type.AbstractEncryptedAsStringType
- sqlTypes() - Method in class org.jasypt.hibernate6.type.EncryptedBigDecimalType
- sqlTypes() - Method in class org.jasypt.hibernate6.type.EncryptedBigIntegerType
- sqlTypes() - Method in class org.jasypt.hibernate6.type.EncryptedBinaryType
- STORE_TIME_ZONE - Static variable in class org.jasypt.hibernate6.type.ParameterNaming
-
Whether the calendar time zone should be stored with the date or not.
- STRING_ENCRYPTER_NAME - Static variable in class org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider
- STRING_OUTPUT_TYPE - Static variable in class org.jasypt.hibernate6.type.ParameterNaming
-
The type of String output ("base64" (default), "hexadecimal") to be generated.
- StringAttributeConverter - Class in org.jasypt.hibernate6.encryptor.converters
- StringAttributeConverter() - Constructor for class org.jasypt.hibernate6.encryptor.converters.StringAttributeConverter
- stringEncryptor() - Method in class org.jasypt.hibernate6.encryptor.converters.AttributeEncryptionProvider
T
- TENANT_ID - Static variable in class org.jasypt.hibernate6.encryptor.HibernatePBEEncryptorRegistry
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form