We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c330f commit 827bbceCopy full SHA for 827bbce
prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi.java
@@ -283,7 +283,7 @@ private void baseSigInit()
283
{
284
try
285
286
- //componentSignatures[0].setParameter(new ContextParameterSpec(domain));
+ componentSignatures[0].setParameter(new ContextParameterSpec(domain));
287
AlgorithmParameterSpec pssSpec = algorithmsParameterSpecs.get(this.algorithm);
288
if (pssSpec != null)
289
0 commit comments