summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2018-10-09 13:15:24 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2018-10-09 13:15:24 +0700
commit4383d2b45d914a79a20d6352e6c14d1b341b98af (patch)
tree018fc44e9d493ec6b117d1ef52a68b64160d2d3b
parentReformatting (diff)
parentUpdate a documentation comment in Build method (diff)
downloadBouncyCastle.NET-ed25519-4383d2b45d914a79a20d6352e6c14d1b341b98af.tar.xz
Merge branch 'comment' of https://github.com/fedelippo/bc-csharp into fedelippo-comment
-rw-r--r--crypto/src/cms/SignerInfoGenerator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/cms/SignerInfoGenerator.cs b/crypto/src/cms/SignerInfoGenerator.cs
index 7b9318cc9..df8d1d0a1 100644
--- a/crypto/src/cms/SignerInfoGenerator.cs
+++ b/crypto/src/cms/SignerInfoGenerator.cs
@@ -110,10 +110,10 @@ namespace Org.BouncyCastle.Cms
         }
 
         /**
-         * Build a generator with the passed in certHolder issuer and serial number as the signerIdentifier.
+         * Build a generator with the passed in X.509 certificate issuer and serial number as the signerIdentifier.
          *
          * @param contentSigner  operator for generating the final signature in the SignerInfo with.
-         * @param certHolder  carrier for the X.509 certificate related to the contentSigner.
+         * @param certificate  X.509 certificate related to the contentSigner.
          * @return  a SignerInfoGenerator
          * @throws OperatorCreationException   if the generator cannot be built.
          */