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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRegister the BouncyCastle provider as first provider.
-
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:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-