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

A

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

C

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

D

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

E

encrypt(BigDecimal) - Method in class org.jasypt.hibernate4.encryptor.HibernatePBEBigDecimalEncryptor
Encrypts a message, delegating to wrapped encryptor.
encrypt(BigInteger) - Method in class org.jasypt.hibernate4.encryptor.HibernatePBEBigIntegerEncryptor
Encrypts a message, delegating to wrapped encryptor.
encrypt(byte[]) - Method in class org.jasypt.hibernate4.encryptor.HibernatePBEByteEncryptor
Encrypts a message, delegating to wrapped encryptor.
encrypt(String) - Method in class org.jasypt.hibernate4.encryptor.HibernatePBEStringEncryptor
Encrypts a message, delegating to wrapped encryptor.
EncryptedBigDecimalAsStringType - Class in org.jasypt.hibernate4.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.hibernate4.type.EncryptedBigDecimalAsStringType
 
EncryptedBigDecimalType - Class in org.jasypt.hibernate4.type
A Hibernate UserType implementation which allows transparent encryption of BigDecimal values during persistence of entities.
EncryptedBigDecimalType() - Constructor for class org.jasypt.hibernate4.type.EncryptedBigDecimalType
 
EncryptedBigIntegerAsStringType - Class in org.jasypt.hibernate4.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.hibernate4.type.EncryptedBigIntegerAsStringType
 
EncryptedBigIntegerType - Class in org.jasypt.hibernate4.type
A Hibernate UserType implementation which allows transparent encryption of BigInteger values during persistence of entities.
EncryptedBigIntegerType() - Constructor for class org.jasypt.hibernate4.type.EncryptedBigIntegerType
 
EncryptedBinaryType - Class in org.jasypt.hibernate4.type
A Hibernate UserType implementation which allows transparent encryption of byte[] values during persistence of entities.
EncryptedBinaryType() - Constructor for class org.jasypt.hibernate4.type.EncryptedBinaryType
 
EncryptedBooleanAsStringType - Class in org.jasypt.hibernate4.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.hibernate4.type.EncryptedBooleanAsStringType
 
EncryptedByteAsStringType - Class in org.jasypt.hibernate4.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.hibernate4.type.EncryptedByteAsStringType
 
EncryptedCalendarAsStringType - Class in org.jasypt.hibernate4.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.hibernate4.type.EncryptedCalendarAsStringType
 
EncryptedDateAsStringType - Class in org.jasypt.hibernate4.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.hibernate4.type.EncryptedDateAsStringType
 
EncryptedDoubleAsStringType - Class in org.jasypt.hibernate4.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.hibernate4.type.EncryptedDoubleAsStringType
 
EncryptedFloatAsStringType - Class in org.jasypt.hibernate4.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.hibernate4.type.EncryptedFloatAsStringType
 
EncryptedIntegerAsStringType - Class in org.jasypt.hibernate4.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.hibernate4.type.EncryptedIntegerAsStringType
 
EncryptedLongAsStringType - Class in org.jasypt.hibernate4.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.hibernate4.type.EncryptedLongAsStringType
 
EncryptedPasswordC3P0ConnectionProvider - Class in org.jasypt.hibernate4.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
EncryptedPasswordC3P0ConnectionProvider() - Constructor for class org.jasypt.hibernate4.connectionprovider.EncryptedPasswordC3P0ConnectionProvider
 
EncryptedPasswordDriverManagerConnectionProvider - Class in org.jasypt.hibernate4.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
EncryptedPasswordDriverManagerConnectionProvider() - Constructor for class org.jasypt.hibernate4.connectionprovider.EncryptedPasswordDriverManagerConnectionProvider
 
EncryptedShortAsStringType - Class in org.jasypt.hibernate4.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.hibernate4.type.EncryptedShortAsStringType
 
EncryptedStringType - Class in org.jasypt.hibernate4.type
A Hibernate UserType implementation which allows transparent encryption of String values during persistence of entities.
EncryptedStringType() - Constructor for class org.jasypt.hibernate4.type.EncryptedStringType
 
encryptor - Variable in class org.jasypt.hibernate4.type.AbstractEncryptedAsStringType
 
ENCRYPTOR_NAME - Static variable in class org.jasypt.hibernate4.type.ParameterNaming
The registered name of an encryptor previously registered at the HibernatePBEEncryptorRegistry.
ENCRYPTOR_REGISTERED_NAME - Static variable in class org.jasypt.hibernate4.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.hibernate4.type.AbstractEncryptedAsStringType
 
equals(Object, Object) - Method in class org.jasypt.hibernate4.type.EncryptedBigDecimalType
 
equals(Object, Object) - Method in class org.jasypt.hibernate4.type.EncryptedBigIntegerType
 
equals(Object, Object) - Method in class org.jasypt.hibernate4.type.EncryptedBinaryType
 

G

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

H

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

I

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

K

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

N

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

O

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

P

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

S

setAlgorithm(String) - Method in class org.jasypt.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.encryptor.HibernatePBEBigDecimalEncryptor
Sets the PBEBigDecimalEncryptor to be held (wrapped) by this object.
setEncryptor(PBEBigIntegerEncryptor) - Method in class org.jasypt.hibernate4.encryptor.HibernatePBEBigIntegerEncryptor
Sets the PBEBigIntegerEncryptor to be held (wrapped) by this object.
setEncryptor(PBEByteEncryptor) - Method in class org.jasypt.hibernate4.encryptor.HibernatePBEByteEncryptor
Sets the PBEByteEncryptor to be held (wrapped) by this object.
setEncryptor(PBEStringEncryptor) - Method in class org.jasypt.hibernate4.encryptor.HibernatePBEStringEncryptor
Sets the PBEStringEncryptor to be held (wrapped) by this object.
setKeyObtentionIterations(int) - Method in class org.jasypt.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.type.AbstractEncryptedAsStringType
 
setParameterValues(Properties) - Method in class org.jasypt.hibernate4.type.EncryptedBigDecimalType
 
setParameterValues(Properties) - Method in class org.jasypt.hibernate4.type.EncryptedBigIntegerType
 
setParameterValues(Properties) - Method in class org.jasypt.hibernate4.type.EncryptedBinaryType
 
setParameterValues(Properties) - Method in class org.jasypt.hibernate4.type.EncryptedCalendarAsStringType
 
setPassword(String) - Method in class org.jasypt.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.encryptor.HibernatePBEBigDecimalEncryptor
Sets the registered name of the encryptor and adds it to the registry.
setRegisteredName(String) - Method in class org.jasypt.hibernate4.encryptor.HibernatePBEBigIntegerEncryptor
Sets the registered name of the encryptor and adds it to the registry.
setRegisteredName(String) - Method in class org.jasypt.hibernate4.encryptor.HibernatePBEByteEncryptor
Sets the registered name of the encryptor and adds it to the registry.
setRegisteredName(String) - Method in class org.jasypt.hibernate4.encryptor.HibernatePBEStringEncryptor
Sets the registered name of the encryptor and adds it to the registry.
setSaltGenerator(SaltGenerator) - Method in class org.jasypt.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.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.hibernate4.type.AbstractEncryptedAsStringType
 
sqlTypes() - Method in class org.jasypt.hibernate4.type.EncryptedBigDecimalType
 
sqlTypes() - Method in class org.jasypt.hibernate4.type.EncryptedBigIntegerType
 
sqlTypes() - Method in class org.jasypt.hibernate4.type.EncryptedBinaryType
 
STORE_TIME_ZONE - Static variable in class org.jasypt.hibernate4.type.ParameterNaming
Whether the calendar time zone should be stored with the date or not.
STRING_OUTPUT_TYPE - Static variable in class org.jasypt.hibernate4.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 © 2014 The JASYPT team. All Rights Reserved.