Package de.xima.fc.security.encryption
Interface IFcEncryptedType
-
- All Superinterfaces:
org.hibernate.usertype.UserType
- All Known Implementing Classes:
FCEncryptedBinaryType
,FCEncryptedIntegerType
,FCEncryptedStringType
,FormDataEncryptedBinaryType
,FormDataEncryptedStringType
public interface IFcEncryptedType extends org.hibernate.usertype.UserType
Base interface for all custom Hibernate types for encryption.- Since:
- 8.3.5
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EFcEncryptionScope
getEncryptionScope()
-
-
-
Method Detail
-
getEncryptionScope
EFcEncryptionScope getEncryptionScope()
-
-