Package org.apache.iceberg.encryption
Interface NativeEncryptionInputFile
- All Superinterfaces:
 EncryptedInputFile,InputFile
An 
EncryptedInputFile that can be used for format-native encryption.- 
Method Summary
Modifier 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.EncryptedInputFile
encryptedInputFile 
- 
Method Details
- 
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
 
 -