uses id of public key in overview

This commit is contained in:
Sebastian Sdorra
2020-07-30 13:27:40 +02:00
parent 103edf2356
commit 2763e6eccf
5 changed files with 3 additions and 68 deletions

View File

@@ -38,6 +38,7 @@ import java.time.Instant;
@SuppressWarnings("squid:S2160") // we do not need equals for dto
public class RawGpgKeyDto extends HalRepresentation {
private String id;
private String displayName;
private String raw;
private Instant created;