Class FCEncryptedBinaryType
java.lang.Object
de.xima.fc.persistence.hibernate.FcEncryptedBinaryType
de.xima.fc.security.encryption.FCEncryptedBinaryType
- All Implemented Interfaces:
FcEncryptedUserType, IFcEncryptedType, org.hibernate.usertype.ParameterizedType, org.hibernate.usertype.UserType
- Direct Known Subclasses:
FormDataEncryptedBinaryType
@Deprecated
public class FCEncryptedBinaryType
extends FcEncryptedBinaryType
implements IFcEncryptedType
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.slf4j.LoggerDeprecated.static final StringDeprecated.Fields inherited from class FcEncryptedBinaryType
SCOPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]convertToByteArr(Object object) Deprecated.Deprecated.protected IDBBinaryEncryptorDeprecated.Methods inherited from class FcEncryptedBinaryType
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.UserType
assemble, deepCopy, disassemble, equals, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, sqlTypes
-
Field Details
-
LOG
public static final org.slf4j.Logger LOGDeprecated. -
NAME
-
-
Constructor Details
-
FCEncryptedBinaryType
public FCEncryptedBinaryType()Deprecated.
-
-
Method Details
-
convertToByteArr
Deprecated. -
getEncryptionScope
Deprecated.- Specified by:
getEncryptionScopein interfaceIFcEncryptedType
-
getEncryptor
Deprecated.
-
FcEncryptedBinaryTypedirectly.