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.UserTypeBase 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 EFcEncryptionScopegetEncryptionScope() 
 - 
 
- 
- 
Method Detail
- 
getEncryptionScope
EFcEncryptionScope getEncryptionScope()
 
 - 
 
 -