Class SigningMethodFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<SigningMethod>, org.springframework.beans.factory.InitializingBean

    public class SigningMethodFactoryBean
    extends AbstractSAMLObjectBuilderFactoryBean<SigningMethod>
    A Spring factory bean for SigningMethod objects.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)s
    • Constructor Detail

      • SigningMethodFactoryBean

        public SigningMethodFactoryBean​(String algorithm)
        Constructor.
        Parameters:
        algorithm - the algorithm
      • SigningMethodFactoryBean

        public SigningMethodFactoryBean​(String algorithm,
                                        Integer minKeySize,
                                        Integer maxKeySize)
        Constructor.
        Parameters:
        algorithm - the algorithm
        minKeySize - the minimum key size (in bits)
        maxKeySize - the maximum key size (in bits)