Package com.itextpdf.commons
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 Summary
Modifier and TypeMethodDescriptionstatic UseBCWrappersModuleOption
Gets the BC wrappers option instance.Methods inherited from class sharpen.config.ModuleOption
equals, getDefaultValue, getDescription, getModuleName, getName, hashCode
-
Method Details
-
getInstance
Gets the BC wrappers option instance.- Returns:
-
The
UseBCWrappersModuleOption
option instance
-