Package org.apache.iceberg.encryption
Interface NativeEncryptionKeyMetadata
- All Superinterfaces:
 EncryptionKeyMetadata
EncryptionKeyMetadata for use with format-native encryption.- 
Field Summary
Fields inherited from interface org.apache.iceberg.encryption.EncryptionKeyMetadata
EMPTY - 
Method Summary
Modifier and TypeMethodDescriptionAdditional authentication data as aByteBufferEncryption key as aByteBufferMethods inherited from interface org.apache.iceberg.encryption.EncryptionKeyMetadata
buffer, copy 
- 
Method Details
- 
encryptionKey
ByteBuffer encryptionKey()Encryption key as aByteBuffer - 
aadPrefix
ByteBuffer aadPrefix()Additional authentication data as aByteBuffer 
 -