Package org.apache.iceberg.encryption
Interface NativeEncryptionKeyMetadata
-
- All Superinterfaces:
EncryptionKeyMetadata
public interface NativeEncryptionKeyMetadata extends EncryptionKeyMetadata
EncryptionKeyMetadata
for use with format-native encryption.
-
-
Field Summary
-
Fields inherited from interface org.apache.iceberg.encryption.EncryptionKeyMetadata
EMPTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteBuffer
aadPrefix()
Additional authentication data as aByteBuffer
java.nio.ByteBuffer
encryptionKey()
Encryption key as aByteBuffer
-
Methods inherited from interface org.apache.iceberg.encryption.EncryptionKeyMetadata
buffer, copy
-
-