feat: record DDS protection evidence
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.cloudhandson.ddsbackoffice.domain;
|
||||
|
||||
import java.time.Instant;
|
||||
|
||||
/** Immutable fingerprint captured after a DDS grant publication or service baseline. */
|
||||
public record DdsPublishedProtectionSpec(
|
||||
String path,
|
||||
String subjectKey,
|
||||
String fingerprint,
|
||||
Instant publishedAt
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user