| Constructor and Description |
|---|
AsymmetricKeyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Key |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setKeyReader(SSHKeyReader keyReader) |
void |
setKeyType(AsymmetricKeyType keyType) |
void |
setRaw(String raw) |
public void setKeyType(AsymmetricKeyType keyType)
public void setKeyReader(SSHKeyReader keyReader)
public void setRaw(String raw)
public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Key>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Key>public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2019. All rights reserved.