public interface EncryptionKeyMetadata
This is preferred over passing a ByteBuffer directly in order to be more explicit.
Modifier and Type | Field and Description |
---|---|
static EncryptionKeyMetadata |
EMPTY |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
buffer()
Opaque blob representing metadata about a file's encryption key.
|
EncryptionKeyMetadata |
copy() |
static EncryptionKeyMetadata |
empty() |
static final EncryptionKeyMetadata EMPTY
static EncryptionKeyMetadata empty()
java.nio.ByteBuffer buffer()
EncryptionKeyMetadata copy()