Interface FcEncryptedUserType

All Known Implementing Classes:
FcEncryptedBinaryType, FCEncryptedBinaryType, FcEncryptedIntegerType, FCEncryptedIntegerType, FcEncryptedStringType, FCEncryptedStringType, FormDataEncryptedBinaryType, FormDataEncryptedStringType

public interface FcEncryptedUserType
Base interface for all custom Hibernate types for encryption.
Since:
8.5.0
Author:
Norman Lorenz
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the encryption scope.
  • Method Details

    • getScope

      String getScope()
      Returns the encryption scope.
      Returns:
      The scope, may be null.