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 SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionbuffer()Opaque blob representing metadata about a file's encryption key.copy()static EncryptionKeyMetadataempty()
- 
Field Details- 
EMPTY
 
- 
- 
Method Details- 
empty
- 
bufferByteBuffer buffer()Opaque blob representing metadata about a file's encryption key.
- 
copyEncryptionKeyMetadata copy()
 
-