Class FCEncryptedStringType
java.lang.Object
de.xima.fc.persistence.hibernate.FcEncryptedStringType
de.xima.fc.security.encryption.FCEncryptedStringType
- All Implemented Interfaces:
FcEncryptedUserType, IFcEncryptedType, org.hibernate.usertype.ParameterizedType, org.hibernate.usertype.UserType
- Direct Known Subclasses:
FormDataEncryptedStringType
@Deprecated
public class FCEncryptedStringType
extends FcEncryptedStringType
implements IFcEncryptedType, org.hibernate.usertype.ParameterizedType
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.slf4j.LoggerDeprecated.static final StringDeprecated.static final StringDeprecated.Fields inherited from class FcEncryptedStringType
SCOPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToString(Object object) Deprecated.Deprecated.protected IDBStringEncryptorDeprecated.Methods inherited from class FcEncryptedStringType
assemble, deepCopy, disassemble, equals, getScope, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, setParameterValues, sqlTypesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.usertype.ParameterizedType
setParameterValuesMethods inherited from interface org.hibernate.usertype.UserType
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, sqlTypes
-
Field Details
-
NAME
-
PARAM_DEFAULT_VALUE
-
LOG
protected static final org.slf4j.Logger LOGDeprecated.
-
-
Constructor Details
-
FCEncryptedStringType
public FCEncryptedStringType()Deprecated.
-
-
Method Details
-
convertToString
-
getEncryptionScope
Deprecated.- Specified by:
getEncryptionScopein interfaceIFcEncryptedType
-
getEncryptor
Deprecated.
-
FcEncryptedStringTypedirectly.