Package org.apache.iceberg.encryption
Interface NativeEncryptionInputFile
-
- All Superinterfaces:
EncryptedInputFile
,InputFile
public interface NativeEncryptionInputFile extends EncryptedInputFile, InputFile
AnEncryptedInputFile
that can be used for format-native encryption.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NativeEncryptionKeyMetadata
keyMetadata()
Metadata pointing to some encryption key that would be used to decrypt the input file provided byEncryptedInputFile.encryptedInputFile()
.-
Methods inherited from interface org.apache.iceberg.encryption.EncryptedInputFile
encryptedInputFile
-
-
-
-
Method Detail
-
keyMetadata
NativeEncryptionKeyMetadata keyMetadata()
Description copied from interface:EncryptedInputFile
Metadata pointing to some encryption key that would be used to decrypt the input file provided byEncryptedInputFile.encryptedInputFile()
.- Specified by:
keyMetadata
in interfaceEncryptedInputFile
-
-