Interface EncryptionManager

All Superinterfaces:
Serializable
All Known Implementing Classes:
PlaintextEncryptionManager, StandardEncryptionManager

public interface EncryptionManager extends Serializable
Module for encrypting and decrypting table data files.

This must be serializable because an instance may be instantiated in one place and sent across the wire in some Iceberg integrations, notably Spark.