Package org.apache.iceberg.encryption
Class NativeFileCryptoParameters
java.lang.Object
org.apache.iceberg.encryption.NativeFileCryptoParameters
Deprecated.
will be removed in 2.0.0
Barebone encryption parameters, one object per content file. Carries the file encryption key
(later, will be extended with column keys and AAD prefix). Applicable only to formats with native
encryption support (Parquet and ORC).
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncreate(ByteBuffer fileKey) Deprecated.Creates the builder.Deprecated.fileKey()Deprecated.
-
Method Details
-
create
Deprecated.Creates the builder.- Parameters:
fileKey- per-file encryption key. For example, used as "footer key" DEK in Parquet encryption.
-
fileKey
Deprecated. -
encryptionAlgorithm
Deprecated.
-