Class FIPSRegistarInitPlugin

java.lang.Object
hudson.Plugin
io.jenkins.plugins.mina_sshd_api.core.bouncycastle_registar.FIPSRegistarInitPlugin
All Implemented Interfaces:
Saveable, Loadable, org.kohsuke.stapler.StaplerProxy

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class FIPSRegistarInitPlugin extends Plugin
In FIPS environment, Apache Mina needs to be tailored with a custom setup to enable FIPS mode and register BCFIPS as security provider This can be done via System properties but needs to be done BEFORE any Mina classes have been loaded
  • Constructor Details

    • FIPSRegistarInitPlugin

      public FIPSRegistarInitPlugin()
  • Method Details