@@ -117,6 +117,7 @@ public void signWithBaselineBProfile(PdfSigner pdfSigner, Certificate[] chain, P
117
117
* @param pdfSigner {@link PdfSigner} instance to be used for main signing operation
118
118
* @param chain the chain of certificates to be used for signing operation
119
119
* @param externalSignature {@link IExternalSignature} instance to be used for main signing operation
120
+ * @param tsaClient {@link ITSAClient} instance to be used for timestamp creation
120
121
*
121
122
* @throws GeneralSecurityException in case of signing related exceptions
122
123
* @throws IOException in case of files related exceptions
@@ -132,6 +133,7 @@ public void signWithBaselineTProfile(PdfSigner pdfSigner, Certificate[] chain,
132
133
* @param pdfSigner {@link PdfSigner} instance to be used for main signing operation
133
134
* @param chain the chain of certificates to be used for signing operation
134
135
* @param privateKey {@link PrivateKey} instance to be used for main signing operation
136
+ * @param tsaClient {@link ITSAClient} instance to be used for timestamp creation
135
137
*
136
138
* @throws GeneralSecurityException in case of signing related exceptions
137
139
* @throws IOException in case of files related exceptions
@@ -149,6 +151,7 @@ public void signWithBaselineTProfile(PdfSigner pdfSigner, Certificate[] chain, P
149
151
* @param pdfSigner {@link PdfSigner} instance to be used for main signing operation
150
152
* @param chain the chain of certificates to be used for signing operation
151
153
* @param externalSignature {@link IExternalSignature} instance to be used for main signing operation
154
+ * @param tsaClient {@link ITSAClient} instance to be used for timestamp creation
152
155
*
153
156
* @throws GeneralSecurityException in case of signing related exceptions
154
157
* @throws IOException in case of files related exceptions
@@ -175,6 +178,7 @@ public void signWithBaselineLTProfile(PdfSigner pdfSigner, Certificate[] chain,
175
178
* @param pdfSigner {@link PdfSigner} instance to be used for main signing operation
176
179
* @param chain the chain of certificates to be used for signing operation
177
180
* @param privateKey {@link PrivateKey} instance to be used for main signing operation
181
+ * @param tsaClient {@link ITSAClient} instance to be used for timestamp creation
178
182
*
179
183
* @throws GeneralSecurityException in case of signing related exceptions
180
184
* @throws IOException in case of files related exceptions
@@ -192,6 +196,7 @@ public void signWithBaselineLTProfile(PdfSigner pdfSigner, Certificate[] chain,
192
196
* @param pdfSigner {@link PdfSigner} instance to be used for main signing operation
193
197
* @param chain the chain of certificates to be used for signing operation
194
198
* @param externalSignature {@link IExternalSignature} instance to be used for main signing operation
199
+ * @param tsaClient {@link ITSAClient} instance to be used for timestamp creation
195
200
*
196
201
* @throws GeneralSecurityException in case of signing related exceptions
197
202
* @throws IOException in case of files related exceptions
@@ -219,6 +224,7 @@ public void signWithBaselineLTAProfile(PdfSigner pdfSigner, Certificate[] chain,
219
224
* @param pdfSigner {@link PdfSigner} instance to be used for main signing operation
220
225
* @param chain the chain of certificates to be used for signing operation
221
226
* @param privateKey {@link PrivateKey} instance to be used for main signing operation
227
+ * @param tsaClient {@link ITSAClient} instance to be used for timestamp creation
222
228
*
223
229
* @throws GeneralSecurityException in case of signing related exceptions
224
230
* @throws IOException in case of files related exceptions
0 commit comments