Class JcaSignerInfoGeneratorBuilderBCFips

java.lang.Object
com.itextpdf.bouncycastlefips.cms.jcajce.JcaSignerInfoGeneratorBuilderBCFips
All Implemented Interfaces:
IJcaSignerInfoGeneratorBuilder

public class JcaSignerInfoGeneratorBuilderBCFips extends Object implements IJcaSignerInfoGeneratorBuilder
Wrapper class for JcaSignerInfoGeneratorBuilder.
  • Constructor Details

    • JcaSignerInfoGeneratorBuilderBCFips

      public JcaSignerInfoGeneratorBuilderBCFips (org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder jcaSignerInfoGeneratorBuilder)
      Creates new wrapper instance for JcaSignerInfoGeneratorBuilder.
      Parameters:
      jcaSignerInfoGeneratorBuilder - JcaSignerInfoGeneratorBuilder to be wrapped
    • JcaSignerInfoGeneratorBuilderBCFips

      public JcaSignerInfoGeneratorBuilderBCFips (IDigestCalculatorProvider calculatorProvider)
      Creates new wrapper instance for JcaSignerInfoGeneratorBuilder.
      Parameters:
      calculatorProvider - DigestCalculatorProvider wrapper to create JcaSignerInfoGeneratorBuilder
  • Method Details