Class AsymmetricKeyFactoryBean
- java.lang.Object
-
- org.smallmind.nutsnbolts.security.key.spring.AsymmetricKeyFactoryBean
-
-
Constructor Summary
Constructors Constructor Description AsymmetricKeyFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()KeygetObject()Class<?>getObjectType()booleanisSingleton()voidsetKeyReader(KeyReader keyReader)voidsetKeyType(AsymmetricKeyType keyType)
-
-
-
Method Detail
-
setKeyType
public void setKeyType(AsymmetricKeyType keyType)
-
setKeyReader
public void setKeyReader(KeyReader keyReader)
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<Key>
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<Key>
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
-