Skip navigation links
A C D E G H I K N O P R S 

A

AbstractEncryptedAsStringType - Class in org.jasypt.hibernate5.type
Base class for Hibernate UserTypes to store values as encrypted strings.
AbstractEncryptedAsStringType() - Constructor for class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
 
ALGORITHM - Static variable in class org.jasypt.hibernate5.type.ParameterNaming
The encryption algorithm.
assemble(Serializable, Object) - Method in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
 
assemble(Serializable, Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
assemble(Serializable, Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
assemble(Serializable, Object) - Method in class org.jasypt.hibernate5.type.EncryptedBinaryType
 

C

checkInitialization() - Method in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
 
configure(Properties) - Method in class org.jasypt.hibernate5.connectionprovider.EncryptedPasswordC3P0ConnectionProvider
 
configure(Properties) - Method in class org.jasypt.hibernate5.connectionprovider.EncryptedPasswordDriverManagerConnectionProvider
 
convertToObject(String) - Method in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
Converts given String to its Object form.
convertToObject(String) - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalAsStringType
 
convertToObject(String) - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerAsStringType
 
convertToObject(String) - Method in class org.jasypt.hibernate5.type.EncryptedBooleanAsStringType
 
convertToObject(String) - Method in class org.jasypt.hibernate5.type.EncryptedByteAsStringType
 
convertToObject(String) - Method in class org.jasypt.hibernate5.type.EncryptedCalendarAsStringType
 
convertToObject(String) - Method in class org.jasypt.hibernate5.type.EncryptedDateAsStringType
 
convertToObject(String) - Method in class org.jasypt.hibernate5.type.EncryptedDoubleAsStringType
 
convertToObject(String) - Method in class org.jasypt.hibernate5.type.EncryptedFloatAsStringType
 
convertToObject(String) - Method in class org.jasypt.hibernate5.type.EncryptedIntegerAsStringType
 
convertToObject(String) - Method in class org.jasypt.hibernate5.type.EncryptedLongAsStringType
 
convertToObject(String) - Method in class org.jasypt.hibernate5.type.EncryptedShortAsStringType
 
convertToObject(String) - Method in class org.jasypt.hibernate5.type.EncryptedStringType
 
convertToString(Object) - Method in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
Converts given Object to its String form.
convertToString(Object) - Method in class org.jasypt.hibernate5.type.EncryptedCalendarAsStringType
 
convertToString(Object) - Method in class org.jasypt.hibernate5.type.EncryptedDateAsStringType
 

D

DECIMAL_SCALE - Static variable in class org.jasypt.hibernate5.type.ParameterNaming
The scale (numbers after the decimal point) to be used when storing decimal numbers.
decrypt(BigDecimal) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEBigDecimalEncryptor
Decypts a message, delegating to wrapped encryptor
decrypt(BigInteger) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEBigIntegerEncryptor
Decypts a message, delegating to wrapped encryptor
decrypt(byte[]) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEByteEncryptor
Decypts a message, delegating to wrapped encryptor
decrypt(String) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEStringEncryptor
Decypts a message, delegating to wrapped encryptor
deepCopy(Object) - Method in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
 
deepCopy(Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
deepCopy(Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
deepCopy(Object) - Method in class org.jasypt.hibernate5.type.EncryptedBinaryType
 
disassemble(Object) - Method in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
 
disassemble(Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
disassemble(Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
disassemble(Object) - Method in class org.jasypt.hibernate5.type.EncryptedBinaryType
 

E

encrypt(BigDecimal) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEBigDecimalEncryptor
Encrypts a message, delegating to wrapped encryptor.
encrypt(BigInteger) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEBigIntegerEncryptor
Encrypts a message, delegating to wrapped encryptor.
encrypt(byte[]) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEByteEncryptor
Encrypts a message, delegating to wrapped encryptor.
encrypt(String) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEStringEncryptor
Encrypts a message, delegating to wrapped encryptor.
EncryptedBigDecimalAsStringType - Class in org.jasypt.hibernate5.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.hibernate5.type.EncryptedBigDecimalAsStringType
 
EncryptedBigDecimalType - Class in org.jasypt.hibernate5.type
A Hibernate UserType implementation which allows transparent encryption of BigDecimal values during persistence of entities.
EncryptedBigDecimalType() - Constructor for class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
EncryptedBigIntegerAsStringType - Class in org.jasypt.hibernate5.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.hibernate5.type.EncryptedBigIntegerAsStringType
 
EncryptedBigIntegerType - Class in org.jasypt.hibernate5.type
A Hibernate UserType implementation which allows transparent encryption of BigInteger values during persistence of entities.
EncryptedBigIntegerType() - Constructor for class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
EncryptedBinaryType - Class in org.jasypt.hibernate5.type
A Hibernate UserType implementation which allows transparent encryption of byte[] values during persistence of entities.
EncryptedBinaryType() - Constructor for class org.jasypt.hibernate5.type.EncryptedBinaryType
 
EncryptedBooleanAsStringType - Class in org.jasypt.hibernate5.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.hibernate5.type.EncryptedBooleanAsStringType
 
EncryptedByteAsStringType - Class in org.jasypt.hibernate5.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.hibernate5.type.EncryptedByteAsStringType
 
EncryptedCalendarAsStringType - Class in org.jasypt.hibernate5.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.hibernate5.type.EncryptedCalendarAsStringType
 
EncryptedDateAsStringType - Class in org.jasypt.hibernate5.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.hibernate5.type.EncryptedDateAsStringType
 
EncryptedDoubleAsStringType - Class in org.jasypt.hibernate5.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.hibernate5.type.EncryptedDoubleAsStringType
 
EncryptedFloatAsStringType - Class in org.jasypt.hibernate5.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.hibernate5.type.EncryptedFloatAsStringType
 
EncryptedIntegerAsStringType - Class in org.jasypt.hibernate5.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.hibernate5.type.EncryptedIntegerAsStringType
 
EncryptedLongAsStringType - Class in org.jasypt.hibernate5.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.hibernate5.type.EncryptedLongAsStringType
 
EncryptedPasswordC3P0ConnectionProvider - Class in org.jasypt.hibernate5.connectionprovider
Extension of C3P0ConnectionProvider that allows the user to write the datasource configuration parameters in an encrypted manner in the hibernate.cfg.xml or hibernate.properties file The encryptable parameters are: connection.driver_class connection.url connection.username connection.password The name of the password encryptor (decryptor, in fact) will be set in property hibernate.connection.encryptor_registered_name.
EncryptedPasswordC3P0ConnectionProvider() - Constructor for class org.jasypt.hibernate5.connectionprovider.EncryptedPasswordC3P0ConnectionProvider
 
EncryptedPasswordDriverManagerConnectionProvider - Class in org.jasypt.hibernate5.connectionprovider
Extension of DriverManagerConnectionProviderImpl that allows the user to write the datasource configuration parameters in an encrypted manner in the hibernate.cfg.xml or hibernate.properties file The encryptable parameters are: connection.driver_class connection.url connection.username connection.password The name of the password encryptor (decryptor, in fact) will be set in property hibernate.connection.encryptor_registered_name.
EncryptedPasswordDriverManagerConnectionProvider() - Constructor for class org.jasypt.hibernate5.connectionprovider.EncryptedPasswordDriverManagerConnectionProvider
 
EncryptedShortAsStringType - Class in org.jasypt.hibernate5.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.hibernate5.type.EncryptedShortAsStringType
 
EncryptedStringType - Class in org.jasypt.hibernate5.type
A Hibernate UserType implementation which allows transparent encryption of String values during persistence of entities.
EncryptedStringType() - Constructor for class org.jasypt.hibernate5.type.EncryptedStringType
 
encryptor - Variable in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
 
ENCRYPTOR_NAME - Static variable in class org.jasypt.hibernate5.type.ParameterNaming
The registered name of an encryptor previously registered at the HibernatePBEEncryptorRegistry.
ENCRYPTOR_REGISTERED_NAME - Static variable in class org.jasypt.hibernate5.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.hibernate5.type.AbstractEncryptedAsStringType
 
equals(Object, Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
equals(Object, Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
equals(Object, Object) - Method in class org.jasypt.hibernate5.type.EncryptedBinaryType
 

G

getEncryptor() - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEBigDecimalEncryptor
Returns the encryptor which this object wraps.
getEncryptor() - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEBigIntegerEncryptor
Returns the encryptor which this object wraps.
getEncryptor() - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEByteEncryptor
Returns the encryptor which this object wraps.
getEncryptor() - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEStringEncryptor
Returns the encryptor which this object wraps.
getInstance() - Static method in class org.jasypt.hibernate5.encryptor.HibernatePBEEncryptorRegistry
Returns the singleton instance of the registry.
getPBEBigDecimalEncryptor(String) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEEncryptorRegistry
Returns the PBEBigDecimalEncryptor registered with the specified name (if exists).
getPBEBigIntegerEncryptor(String) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEEncryptorRegistry
Returns the PBEBigIntegerEncryptor registered with the specified name (if exists).
getPBEByteEncryptor(String) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEEncryptorRegistry
Returns the PBEByteEncryptor registered with the specified name (if exists).
getPBEStringEncryptor(String) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEEncryptorRegistry
Returns the PBEStringEncryptor registered with the specified name (if exists).
getRegisteredName() - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEBigDecimalEncryptor
Returns the name with which the wrapped encryptor is registered at the registry.
getRegisteredName() - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEBigIntegerEncryptor
Returns the name with which the wrapped encryptor is registered at the registry.
getRegisteredName() - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEByteEncryptor
Returns the name with which the wrapped encryptor is registered at the registry.
getRegisteredName() - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEStringEncryptor
Returns the name with which the wrapped encryptor is registered at the registry.

H

hashCode(Object) - Method in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
 
hashCode(Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
hashCode(Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
hashCode(Object) - Method in class org.jasypt.hibernate5.type.EncryptedBinaryType
 
HibernatePBEBigDecimalEncryptor - Class in org.jasypt.hibernate5.encryptor
Placeholder class for PBEBigDecimalEncryptor objects which are eligible for use from Hibernate.
HibernatePBEBigDecimalEncryptor() - Constructor for class org.jasypt.hibernate5.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.hibernate5.encryptor
Placeholder class for PBEBigIntegerEncryptor objects which are eligible for use from Hibernate.
HibernatePBEBigIntegerEncryptor() - Constructor for class org.jasypt.hibernate5.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.hibernate5.encryptor
Placeholder class for PBEByteEncryptor objects which are eligible for use from Hibernate.
HibernatePBEByteEncryptor() - Constructor for class org.jasypt.hibernate5.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.hibernate5.encryptor
Registry for all the PBE*Encryptor which are eligible for use from Hibernate.
HibernatePBEStringEncryptor - Class in org.jasypt.hibernate5.encryptor
Placeholder class for PBEStringEncryptor objects which are eligible for use from Hibernate.
HibernatePBEStringEncryptor() - Constructor for class org.jasypt.hibernate5.encryptor.HibernatePBEStringEncryptor
Creates a new instance of HibernatePBEStringEncryptor.

I

isMutable() - Method in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
 
isMutable() - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
isMutable() - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
isMutable() - Method in class org.jasypt.hibernate5.type.EncryptedBinaryType
 

K

KEY_OBTENTION_ITERATIONS - Static variable in class org.jasypt.hibernate5.type.ParameterNaming
The number of hashing iterations to be applied for obtaining the encryption key.

N

nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
nullSafeGet(ResultSet, String[], SharedSessionContractImplementor, Object) - Method in class org.jasypt.hibernate5.type.EncryptedBinaryType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.jasypt.hibernate5.type.EncryptedBinaryType
 

O

org.jasypt.hibernate5.connectionprovider - package org.jasypt.hibernate5.connectionprovider
 
org.jasypt.hibernate5.encryptor - package org.jasypt.hibernate5.encryptor
 
org.jasypt.hibernate5.type - package org.jasypt.hibernate5.type
 

P

ParameterNaming - Class in org.jasypt.hibernate5.connectionprovider
Constant names of the parameters that can be used by a jasypt's Hibernate connection provider.
ParameterNaming - Class in org.jasypt.hibernate5.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.hibernate5.type.ParameterNaming
The encryption password.
PROVIDER_NAME - Static variable in class org.jasypt.hibernate5.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, PBEBigDecimalEncryptor) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEEncryptorRegistry
Registers a PBEBigDecimalEncryptor object with the specified name.
registerPBEBigIntegerEncryptor(String, PBEBigIntegerEncryptor) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEEncryptorRegistry
Registers a PBEBigIntegerEncryptor object with the specified name.
registerPBEByteEncryptor(String, PBEByteEncryptor) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEEncryptorRegistry
Registers a PBEByteEncryptor object with the specified name.
registerPBEStringEncryptor(String, PBEStringEncryptor) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEEncryptorRegistry
Registers a PBEStringEncryptor object with the specified name.
replace(Object, Object, Object) - Method in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
 
replace(Object, Object, Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
replace(Object, Object, Object) - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
replace(Object, Object, Object) - Method in class org.jasypt.hibernate5.type.EncryptedBinaryType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.AbstractEncryptedAsStringType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalAsStringType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerAsStringType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedBinaryType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedBooleanAsStringType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedByteAsStringType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedCalendarAsStringType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedDateAsStringType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedDoubleAsStringType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedFloatAsStringType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedIntegerAsStringType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedLongAsStringType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedShortAsStringType
 
returnedClass() - Method in class org.jasypt.hibernate5.type.EncryptedStringType
 

S

setAlgorithm(String) - Method in class org.jasypt.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.encryptor.HibernatePBEBigDecimalEncryptor
Sets the PBEBigDecimalEncryptor to be held (wrapped) by this object.
setEncryptor(PBEBigIntegerEncryptor) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEBigIntegerEncryptor
Sets the PBEBigIntegerEncryptor to be held (wrapped) by this object.
setEncryptor(PBEByteEncryptor) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEByteEncryptor
Sets the PBEByteEncryptor to be held (wrapped) by this object.
setEncryptor(PBEStringEncryptor) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEStringEncryptor
Sets the PBEStringEncryptor to be held (wrapped) by this object.
setIvGenerator(IvGenerator) - Method in class org.jasypt.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.type.AbstractEncryptedAsStringType
 
setParameterValues(Properties) - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
setParameterValues(Properties) - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
setParameterValues(Properties) - Method in class org.jasypt.hibernate5.type.EncryptedBinaryType
 
setParameterValues(Properties) - Method in class org.jasypt.hibernate5.type.EncryptedCalendarAsStringType
 
setPassword(String) - Method in class org.jasypt.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.encryptor.HibernatePBEBigDecimalEncryptor
Sets the registered name of the encryptor and adds it to the registry.
setRegisteredName(String) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEBigIntegerEncryptor
Sets the registered name of the encryptor and adds it to the registry.
setRegisteredName(String) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEByteEncryptor
Sets the registered name of the encryptor and adds it to the registry.
setRegisteredName(String) - Method in class org.jasypt.hibernate5.encryptor.HibernatePBEStringEncryptor
Sets the registered name of the encryptor and adds it to the registry.
setSaltGenerator(SaltGenerator) - Method in class org.jasypt.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.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.hibernate5.type.AbstractEncryptedAsStringType
 
sqlTypes() - Method in class org.jasypt.hibernate5.type.EncryptedBigDecimalType
 
sqlTypes() - Method in class org.jasypt.hibernate5.type.EncryptedBigIntegerType
 
sqlTypes() - Method in class org.jasypt.hibernate5.type.EncryptedBinaryType
 
STORE_TIME_ZONE - Static variable in class org.jasypt.hibernate5.type.ParameterNaming
Whether the calendar time zone should be stored with the date or not.
STRING_OUTPUT_TYPE - Static variable in class org.jasypt.hibernate5.type.ParameterNaming
The type of String output ("base64" (default), "hexadecimal") to be generated.
A C D E G H I K N O P R S 

Copyright © 2019 The JASYPT team. All rights reserved.