Class LoadBouncyCastleBean

java.lang.Object
org.frankframework.lifecycle.LoadBouncyCastleBean
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@IbisInitializer public class LoadBouncyCastleBean extends Object implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • LoadBouncyCastleBean

      public LoadBouncyCastleBean()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Register the BouncyCastle provider as first provider. This is a requirement for BouncyGPG. This procedure also makes it possible to use BC on devices that ship their own BC implementation.
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean