summaryrefslogtreecommitdiff
path: root/bcpkix/src/main/java/org/bouncycastle/cms/SignerInfoGeneratorBuilder.java
diff options
context:
space:
mode:
Diffstat (limited to 'bcpkix/src/main/java/org/bouncycastle/cms/SignerInfoGeneratorBuilder.java')
-rw-r--r--bcpkix/src/main/java/org/bouncycastle/cms/SignerInfoGeneratorBuilder.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/bcpkix/src/main/java/org/bouncycastle/cms/SignerInfoGeneratorBuilder.java b/bcpkix/src/main/java/org/bouncycastle/cms/SignerInfoGeneratorBuilder.java
index 7a47a2f8..ccb6e2cf 100644
--- a/bcpkix/src/main/java/org/bouncycastle/cms/SignerInfoGeneratorBuilder.java
+++ b/bcpkix/src/main/java/org/bouncycastle/cms/SignerInfoGeneratorBuilder.java
@@ -29,10 +29,11 @@ public class SignerInfoGeneratorBuilder
this(digestProvider, new DefaultCMSSignatureEncryptionAlgorithmFinder());
}
- /**
- * Base constructor.
+ /**
+ * Base constructor with a particular finder for signature algorithms.
*
- * @param digestProvider a provider of digest calculators for the algorithms required in the signature and attribute calculations.
+ * @param digestProvider a provider of digest calculators for the algorithms required in the signature and attribute calculations.
+ * @param sigEncAlgFinder finder for algorithm IDs to store for the signature encryption/signature algorithm field.
*/
public SignerInfoGeneratorBuilder(DigestCalculatorProvider digestProvider, CMSSignatureEncryptionAlgorithmFinder sigEncAlgFinder)
{