Class UseBCWrappersModuleOption

java.lang.Object
sharpen.config.ModuleOption
com.itextpdf.commons.UseBCWrappersModuleOption

public class UseBCWrappersModuleOption extends sharpen.config.ModuleOption
An option which is used in modules which support both bouncycastle and bouncycastle-fips Modules which support only bouncycastle can be mapped directly to .NET bouncycastle methods, but modules which support both should be mapped to custom interfaces.
  • Method Details

    • getInstance

      public static UseBCWrappersModuleOption getInstance()
      Gets the BC wrappers option instance.
      Returns:
      The UseBCWrappersModuleOption option instance