Update SignPDFWithCertRequest.java

This commit is contained in:
Ludy87 2025-05-04 19:16:27 +02:00
parent e509ef9cfd
commit b561912699
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -15,7 +15,8 @@ public class SignPDFWithCertRequest extends PDFFile {
@Schema( @Schema(
description = "The type of the digital certificate", description = "The type of the digital certificate",
allowableValues = {"PEM", "PKCS12", "JKS"}) allowableValues = {"PEM", "PKCS12", "JKS"},
requiredMode = Schema.RequiredMode.REQUIRED)
private String certType; private String certType;
@Schema( @Schema(