Package org.apache.iceberg.encryption
Interface NativeEncryptionInputFile
-
- All Superinterfaces:
EncryptedInputFile,InputFile
public interface NativeEncryptionInputFile extends EncryptedInputFile, InputFile
AnEncryptedInputFilethat can be used for format-native encryption.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NativeEncryptionKeyMetadatakeyMetadata()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:EncryptedInputFileMetadata pointing to some encryption key that would be used to decrypt the input file provided byEncryptedInputFile.encryptedInputFile().- Specified by:
keyMetadatain interfaceEncryptedInputFile
-
-