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:EncryptedInputFile
Metadata pointing to some encryption key that would be used to decrypt the input file provided byEncryptedInputFile.encryptedInputFile()
.- Specified by:
keyMetadata
in interfaceEncryptedInputFile
-