Skip to content

Commit

Permalink
Remove unnecessary parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Dec 23, 2024
1 parent d2a2ead commit 17cbfbc
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ public class GetEciesDecryptorRequest {
@NotBlank(message = "Ephemeral public key must not be empty when requesting ECIES decryptor")
private String ephemeralPublicKey;

@Schema(description = "Encrypted data used in encryption")
private String encryptedData;

@Schema(description = "Value of MAC used in encryption")
private String mac;

@Schema(description = "Activation nonce value")
@ToString.Exclude
private String nonce;
Expand All @@ -62,5 +56,4 @@ public class GetEciesDecryptorRequest {
@Schema(description = "Timestamp value used in encryption")
private Long timestamp;


}

0 comments on commit 17cbfbc

Please sign in to comment.