public final class EncryptorFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.InitializingBean
Factory bean for creating encryptor objects from the encryption namespace elements. Do not use directly.
Constructor and Description |
---|
EncryptorFactoryBean(int encryptorType) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setAlgorithm(String algorithm) |
void |
setConfig(org.jasypt.encryption.pbe.config.PBEConfig config) |
void |
setIvGenerator(org.jasypt.iv.IvGenerator ivGenerator) |
void |
setKeyObtentionIterations(Integer keyObtentionIterations) |
void |
setPassword(String password) |
void |
setPoolSize(Integer poolSize) |
void |
setProvider(Provider provider) |
void |
setProviderName(String providerName) |
void |
setSaltGenerator(org.jasypt.salt.SaltGenerator saltGenerator) |
void |
setSingleton(boolean singleton) |
void |
setStringOutputType(String stringOutputType) |
public final void setSingleton(boolean singleton)
public final boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<Object>
public void setAlgorithm(String algorithm)
public void setConfig(org.jasypt.encryption.pbe.config.PBEConfig config)
public void setKeyObtentionIterations(Integer keyObtentionIterations)
public void setPassword(String password)
public void setPoolSize(Integer poolSize)
public void setProvider(Provider provider)
public void setProviderName(String providerName)
public void setSaltGenerator(org.jasypt.salt.SaltGenerator saltGenerator)
public void setIvGenerator(org.jasypt.iv.IvGenerator ivGenerator)
public void setStringOutputType(String stringOutputType)
public final void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
Copyright © 2019 The JASYPT team. All rights reserved.