Package org.apache.iceberg.encryption
Interface NativeEncryptionInputFile
- All Superinterfaces:
- EncryptedInputFile,- InputFile
An 
EncryptedInputFile that can be used for format-native encryption.- 
Method SummaryModifier and TypeMethodDescriptionMetadata 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.EncryptedInputFileencryptedInputFile
- 
Method Details- 
keyMetadataNativeEncryptionKeyMetadata 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 interface- EncryptedInputFile
 
 
-