File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,10 +110,10 @@ public SignerInfoGeneratorBuilder WithUnsignedAttributeGenerator(CmsAttributeTab
110
110
}
111
111
112
112
/**
113
- * Build a generator with the passed in certHolder issuer and serial number as the signerIdentifier.
113
+ * Build a generator with the passed in X.509 certificate issuer and serial number as the signerIdentifier.
114
114
*
115
115
* @param contentSigner operator for generating the final signature in the SignerInfo with.
116
- * @param certHolder carrier for the X.509 certificate related to the contentSigner.
116
+ * @param certificate X.509 certificate related to the contentSigner.
117
117
* @return a SignerInfoGenerator
118
118
* @throws OperatorCreationException if the generator cannot be built.
119
119
*/
You can’t perform that action at this time.
0 commit comments