Skip to content

Commit 9f71e07

Browse files
committed
Merge branch 'fedelippo-comment'
2 parents 5498c9c + 4383d2b commit 9f71e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crypto/src/cms/SignerInfoGenerator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ public SignerInfoGeneratorBuilder WithUnsignedAttributeGenerator(CmsAttributeTab
110110
}
111111

112112
/**
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.
114114
*
115115
* @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.
117117
* @return a SignerInfoGenerator
118118
* @throws OperatorCreationException if the generator cannot be built.
119119
*/

0 commit comments

Comments
 (0)