Package org.saidone.model
Interface MetadataKeys
public interface MetadataKeys
Standard metadata keys used when storing node content in various backends.
These constants provide a common naming convention across implementations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the checksum algorithm (e.g.static final String
Hex encoded checksum value.static final String
MIME type associated with the stored content.static final String
Flag marking content as encrypted.static final String
Original file name.static final String
Version identifier of the secret key that was used to encrypt the stored content.static final String
static final String
Unique identifier of the stored object.
-
Field Details
-
CHECKSUM_ALGORITHM
Name of the checksum algorithm (e.g. SHA-256).- See Also:
-
CHECKSUM_VALUE
Hex encoded checksum value.- See Also:
-
CONTENT_TYPE
MIME type associated with the stored content.- See Also:
-
ENCRYPTED
Flag marking content as encrypted.- See Also:
-
NOTARIZATION_TRANSACTION_ID
- See Also:
-
KEY_VERSION
Version identifier of the secret key that was used to encrypt the stored content.- See Also:
-
FILENAME
Original file name.- See Also:
-
UUID
Unique identifier of the stored object.- See Also:
-