Class X509CertificateFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<X509Certificate>
se.swedenconnect.security.credential.factory.X509CertificateFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<X509Certificate>, InitializingBean

public class X509CertificateFactoryBean extends AbstractFactoryBean<X509Certificate>
A factory bean for creating X.509 certificates read from a resource.

For Shibboleth users:
Basically this class is the same as net.shibboleth.ext.spring.factory.X509CertificateFactoryBean residing in the net.shibboleth.ext:spring-extensions.

Author:
Martin Lindström (martin@idsec.se)