Package org.apache.iceberg.encryption
Interface EncryptionKeyMetadata
- All Known Subinterfaces:
NativeEncryptionKeyMetadata
public interface EncryptionKeyMetadata
Light typedef over a ByteBuffer that indicates that the given bytes represent metadata about an
encrypted data file's encryption key.
This is preferred over passing a ByteBuffer directly in order to be more explicit.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuffer()
Opaque blob representing metadata about a file's encryption key.copy()
static EncryptionKeyMetadata
empty()
-
Field Details
-
EMPTY
-
-
Method Details
-
empty
-
buffer
ByteBuffer buffer()Opaque blob representing metadata about a file's encryption key. -
copy
EncryptionKeyMetadata copy()
-