Skip to content

Commit 50db33c

Browse files
committed
Update a documentation comment in Build method
CertHolder param is present in the Java class method but no longer in the Csharp one where the X.509 certificate is passed instead.
1 parent 8c0e301 commit 50db33c

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)