Class EncryptionMethodFactoryBean

  • 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<EncryptionMethod>, org.springframework.beans.factory.InitializingBean

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

      • EncryptionMethodFactoryBean

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

        public EncryptionMethodFactoryBean​(String algorithm,
                                           Integer keySize)
        Constructor.
        Parameters:
        algorithm - the algorithm
        keySize - the key size (in bits)