diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-10-09 13:15:24 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2018-10-09 13:15:24 +0700 |
commit | 4383d2b45d914a79a20d6352e6c14d1b341b98af (patch) | |
tree | 018fc44e9d493ec6b117d1ef52a68b64160d2d3b /crypto | |
parent | Reformatting (diff) | |
parent | Update a documentation comment in Build method (diff) | |
download | BouncyCastle.NET-ed25519-4383d2b45d914a79a20d6352e6c14d1b341b98af.tar.xz |
Merge branch 'comment' of https://github.com/fedelippo/bc-csharp into fedelippo-comment
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/src/cms/SignerInfoGenerator.cs | 4 |
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. */ |