Skip to content

Commit 3d68a7f

Browse files
author
Eugene Bochilo
committed
Fix javadocs parameters in PdfPadesSigner
1 parent 4d8c501 commit 3d68a7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sign/src/main/java/com/itextpdf/signatures/PdfPadesSigner.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public void signWithBaselineBProfile(PdfSigner pdfSigner, Certificate[] chain, P
117117
* @param pdfSigner {@link PdfSigner} instance to be used for main signing operation
118118
* @param chain the chain of certificates to be used for signing operation
119119
* @param externalSignature {@link IExternalSignature} instance to be used for main signing operation
120+
* @param tsaClient {@link ITSAClient} instance to be used for timestamp creation
120121
*
121122
* @throws GeneralSecurityException in case of signing related exceptions
122123
* @throws IOException in case of files related exceptions
@@ -132,6 +133,7 @@ public void signWithBaselineTProfile(PdfSigner pdfSigner, Certificate[] chain,
132133
* @param pdfSigner {@link PdfSigner} instance to be used for main signing operation
133134
* @param chain the chain of certificates to be used for signing operation
134135
* @param privateKey {@link PrivateKey} instance to be used for main signing operation
136+
* @param tsaClient {@link ITSAClient} instance to be used for timestamp creation
135137
*
136138
* @throws GeneralSecurityException in case of signing related exceptions
137139
* @throws IOException in case of files related exceptions
@@ -149,6 +151,7 @@ public void signWithBaselineTProfile(PdfSigner pdfSigner, Certificate[] chain, P
149151
* @param pdfSigner {@link PdfSigner} instance to be used for main signing operation
150152
* @param chain the chain of certificates to be used for signing operation
151153
* @param externalSignature {@link IExternalSignature} instance to be used for main signing operation
154+
* @param tsaClient {@link ITSAClient} instance to be used for timestamp creation
152155
*
153156
* @throws GeneralSecurityException in case of signing related exceptions
154157
* @throws IOException in case of files related exceptions
@@ -175,6 +178,7 @@ public void signWithBaselineLTProfile(PdfSigner pdfSigner, Certificate[] chain,
175178
* @param pdfSigner {@link PdfSigner} instance to be used for main signing operation
176179
* @param chain the chain of certificates to be used for signing operation
177180
* @param privateKey {@link PrivateKey} instance to be used for main signing operation
181+
* @param tsaClient {@link ITSAClient} instance to be used for timestamp creation
178182
*
179183
* @throws GeneralSecurityException in case of signing related exceptions
180184
* @throws IOException in case of files related exceptions
@@ -192,6 +196,7 @@ public void signWithBaselineLTProfile(PdfSigner pdfSigner, Certificate[] chain,
192196
* @param pdfSigner {@link PdfSigner} instance to be used for main signing operation
193197
* @param chain the chain of certificates to be used for signing operation
194198
* @param externalSignature {@link IExternalSignature} instance to be used for main signing operation
199+
* @param tsaClient {@link ITSAClient} instance to be used for timestamp creation
195200
*
196201
* @throws GeneralSecurityException in case of signing related exceptions
197202
* @throws IOException in case of files related exceptions
@@ -219,6 +224,7 @@ public void signWithBaselineLTAProfile(PdfSigner pdfSigner, Certificate[] chain,
219224
* @param pdfSigner {@link PdfSigner} instance to be used for main signing operation
220225
* @param chain the chain of certificates to be used for signing operation
221226
* @param privateKey {@link PrivateKey} instance to be used for main signing operation
227+
* @param tsaClient {@link ITSAClient} instance to be used for timestamp creation
222228
*
223229
* @throws GeneralSecurityException in case of signing related exceptions
224230
* @throws IOException in case of files related exceptions

0 commit comments

Comments
 (0)