Skip navigation links
A B C D E F G H I J L N P R S T U V 

A

AbstractPBEEncryptor - Class in net.zubial.hibernate.encrypt.impl
 
AbstractPBEEncryptor(PBEConfig) - Constructor for class net.zubial.hibernate.encrypt.impl.AbstractPBEEncryptor
 
AbstractPBEHibernatePoolEncryptor - Class in net.zubial.hibernate.encrypt.impl
 
AbstractPBEHibernatePoolEncryptor() - Constructor for class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
assemble(Serializable, Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
assemble(Serializable, Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 

B

base64Decode(String) - Static method in class net.zubial.hibernate.encrypt.utils.CryptoUtils
 
base64EncodeToString(byte[]) - Static method in class net.zubial.hibernate.encrypt.utils.CryptoUtils
 

C

checkInitialization() - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
checkInitialization() - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 
cleanPassword(char[]) - Static method in class net.zubial.hibernate.encrypt.utils.CryptoUtils
 
cleanUpString(String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
concat(String...) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
config - Variable in class net.zubial.hibernate.encrypt.impl.AbstractPBEEncryptor
 
config - Variable in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
createString(String...) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
Create a string with the given words.
CryptoUtils - Class in net.zubial.hibernate.encrypt.utils
 

D

decrypt(byte[]) - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEEncryptor
 
decrypt(String) - Method in class net.zubial.hibernate.encrypt.impl.PBEStringEncryptor
 
decrypt(byte[]) - Method in interface net.zubial.hibernate.encrypt.IPBEEncryptor
 
decrypt(String) - Method in interface net.zubial.hibernate.encrypt.IPBEStringEncryptor
 
deepCopy(Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
deepCopy(Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 
DEFAULT_ALGORITHM - Static variable in class net.zubial.hibernate.encrypt.PBEConfig
 
DEFAULT_ENCODING - Static variable in class net.zubial.hibernate.encrypt.utils.CryptoUtils
 
DEFAULT_MD - Static variable in class net.zubial.hibernate.encrypt.utils.CryptoUtils
 
DEFAULT_MESSAGE_CHARSET - Static variable in class net.zubial.hibernate.encrypt.PBEConfig
 
disassemble(Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
disassemble(Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 

E

encrypt(byte[]) - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEEncryptor
 
encrypt(String) - Method in class net.zubial.hibernate.encrypt.impl.PBEStringEncryptor
 
encrypt(byte[]) - Method in interface net.zubial.hibernate.encrypt.IPBEEncryptor
 
encrypt(String) - Method in interface net.zubial.hibernate.encrypt.IPBEStringEncryptor
 
ENCRYPTOR_NAME - Static variable in class net.zubial.hibernate.encrypt.types.PBEHibernateParameterNaming
 
equals(Object, Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
equals(Object, Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 

F

formatFirstLetterMaj(String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 

G

getAlgorithm() - Method in class net.zubial.hibernate.encrypt.PBEConfig
 
getEncryptor() - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
getEncryptor() - Method in interface net.zubial.hibernate.encrypt.IPBEHibernatePoolEncryptor
 
getErrorCode() - Method in exception net.zubial.hibernate.encrypt.exceptions.PBEException
 
getErrorMessage() - Method in exception net.zubial.hibernate.encrypt.exceptions.PBEException
 
getInstance() - Static method in class net.zubial.hibernate.encrypt.impl.PBEHibernateRegistry
 
getMessageCharset() - Method in class net.zubial.hibernate.encrypt.PBEConfig
 
getPassword() - Method in class net.zubial.hibernate.encrypt.PBEConfig
 
getPasswordPathfile() - Method in class net.zubial.hibernate.encrypt.PBEConfig
 
getPBEHibernatePoolEncryptor(String) - Method in class net.zubial.hibernate.encrypt.impl.PBEHibernateRegistry
 
getRegisteredName() - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
getRegisteredName() - Method in interface net.zubial.hibernate.encrypt.IPBEHibernatePoolEncryptor
 

H

hashCode(Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
hashCode(Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 
hashMD5(String) - Static method in class net.zubial.hibernate.encrypt.utils.CryptoUtils
 

I

initialize() - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
initialize() - Method in class net.zubial.hibernate.encrypt.impl.PBEHibernatePoolStringEncryptor
 
initialized - Variable in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
IPBEEncryptor - Interface in net.zubial.hibernate.encrypt
 
IPBEHibernatePoolEncryptor - Interface in net.zubial.hibernate.encrypt
 
IPBEStringEncryptor - Interface in net.zubial.hibernate.encrypt
 
isBlank(String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
Check if a string is blank or null.
isEnable() - Method in class net.zubial.hibernate.encrypt.PBEConfig
 
isInitialized() - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEEncryptor
 
isInitialized() - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
isInitialized() - Method in interface net.zubial.hibernate.encrypt.IPBEEncryptor
 
isInitialized() - Method in interface net.zubial.hibernate.encrypt.IPBEHibernatePoolEncryptor
 
isMutable() - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
isMutable() - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 
isNotBlank(String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
Check if a string is blank or null.

J

join(List<String>) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
join(List<String>, String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 

L

label() - Method in enum net.zubial.hibernate.encrypt.enums.PBEErrorCodeEnum
 
label(Object...) - Method in enum net.zubial.hibernate.encrypt.enums.PBEErrorCodeEnum
 

N

net.zubial.hibernate.encrypt - package net.zubial.hibernate.encrypt
 
net.zubial.hibernate.encrypt.enums - package net.zubial.hibernate.encrypt.enums
 
net.zubial.hibernate.encrypt.exceptions - package net.zubial.hibernate.encrypt.exceptions
 
net.zubial.hibernate.encrypt.impl - package net.zubial.hibernate.encrypt.impl
 
net.zubial.hibernate.encrypt.types - package net.zubial.hibernate.encrypt.types
 
net.zubial.hibernate.encrypt.utils - package net.zubial.hibernate.encrypt.utils
 
noReturnString(String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
normalizeWithJavaNormalizer(char[]) - Static method in class net.zubial.hibernate.encrypt.utils.CryptoUtils
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 

P

parseBoolean(String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
PBEConfig - Class in net.zubial.hibernate.encrypt
 
PBEConfig() - Constructor for class net.zubial.hibernate.encrypt.PBEConfig
 
PBEErrorCodeEnum - Enum in net.zubial.hibernate.encrypt.enums
 
PBEException - Exception in net.zubial.hibernate.encrypt.exceptions
 
PBEException() - Constructor for exception net.zubial.hibernate.encrypt.exceptions.PBEException
 
PBEException(String) - Constructor for exception net.zubial.hibernate.encrypt.exceptions.PBEException
 
PBEException(PBEErrorCodeEnum) - Constructor for exception net.zubial.hibernate.encrypt.exceptions.PBEException
 
PBEException(PBEErrorCodeEnum, String) - Constructor for exception net.zubial.hibernate.encrypt.exceptions.PBEException
 
PBEException(PBEErrorCodeEnum, Throwable, Object...) - Constructor for exception net.zubial.hibernate.encrypt.exceptions.PBEException
 
PBEHibernateNationalizedType - Class in net.zubial.hibernate.encrypt.types
 
PBEHibernateNationalizedType() - Constructor for class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
PBEHibernateParameterNaming - Class in net.zubial.hibernate.encrypt.types
 
PBEHibernatePoolStringEncryptor - Class in net.zubial.hibernate.encrypt.impl
 
PBEHibernatePoolStringEncryptor() - Constructor for class net.zubial.hibernate.encrypt.impl.PBEHibernatePoolStringEncryptor
 
PBEHibernateRegistry - Class in net.zubial.hibernate.encrypt.impl
 
PBEHibernateStringType - Class in net.zubial.hibernate.encrypt.types
 
PBEHibernateStringType() - Constructor for class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 
PBEStringEncryptor - Class in net.zubial.hibernate.encrypt.impl
 
PBEStringEncryptor(PBEConfig) - Constructor for class net.zubial.hibernate.encrypt.impl.PBEStringEncryptor
 
pool - Variable in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
poolSize - Variable in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 

R

registeredName - Variable in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
registerPBEHibernatePoolEncryptor(String, IPBEHibernatePoolEncryptor) - Method in class net.zubial.hibernate.encrypt.impl.PBEHibernateRegistry
 
remplaceParams(String, Map<String, String>) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
replace(Object, Object, Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
replace(Object, Object, Object) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 
replace(String, String, String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
returnedClass() - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
returnedClass() - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 
roundRobin - Variable in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 

S

sanitizeSqlString(String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
sanitizeSqlString(String, boolean) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
sanitizeToken(String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
setAlgorithm(String) - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
setAlgorithm(String) - Method in interface net.zubial.hibernate.encrypt.IPBEHibernatePoolEncryptor
 
setAlgorithm(String) - Method in class net.zubial.hibernate.encrypt.PBEConfig
 
setEnable(boolean) - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
setEnable(boolean) - Method in interface net.zubial.hibernate.encrypt.IPBEHibernatePoolEncryptor
 
setEnable(boolean) - Method in class net.zubial.hibernate.encrypt.PBEConfig
 
setMessageCharset(String) - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
setMessageCharset(String) - Method in interface net.zubial.hibernate.encrypt.IPBEHibernatePoolEncryptor
 
setMessageCharset(String) - Method in class net.zubial.hibernate.encrypt.PBEConfig
 
setParameterValues(Properties) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
setParameterValues(Properties) - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 
setPassword(String) - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
setPassword(String) - Method in interface net.zubial.hibernate.encrypt.IPBEHibernatePoolEncryptor
 
setPassword(String) - Method in class net.zubial.hibernate.encrypt.PBEConfig
 
setPassword(char[]) - Method in class net.zubial.hibernate.encrypt.PBEConfig
 
setPasswordCharArray(char[]) - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
setPasswordCharArray(char[]) - Method in interface net.zubial.hibernate.encrypt.IPBEHibernatePoolEncryptor
 
setPasswordPathfile(String) - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
setPasswordPathfile(String) - Method in interface net.zubial.hibernate.encrypt.IPBEHibernatePoolEncryptor
 
setPasswordPathfile(String) - Method in class net.zubial.hibernate.encrypt.PBEConfig
 
setPoolSize(int) - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
setPoolSize(int) - Method in interface net.zubial.hibernate.encrypt.IPBEHibernatePoolEncryptor
 
setRegisteredName(String) - Method in class net.zubial.hibernate.encrypt.impl.AbstractPBEHibernatePoolEncryptor
 
setRegisteredName(String) - Method in interface net.zubial.hibernate.encrypt.IPBEHibernatePoolEncryptor
 
splitReturnLine(String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
sqlTypes() - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateNationalizedType
 
sqlTypes() - Method in class net.zubial.hibernate.encrypt.types.PBEHibernateStringType
 
StringUtils - Class in net.zubial.hibernate.encrypt.utils
 
substring(String, int) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
substringLength(String, int) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 

T

trim(String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 

U

unregisterPBEHibernatePoolEncryptor(String) - Method in class net.zubial.hibernate.encrypt.impl.PBEHibernateRegistry
 
useHtmlReturnString(String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 

V

validateUrl(String) - Static method in class net.zubial.hibernate.encrypt.utils.StringUtils
 
valueOf(String) - Static method in enum net.zubial.hibernate.encrypt.enums.PBEErrorCodeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.zubial.hibernate.encrypt.enums.PBEErrorCodeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L N P R S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.