public final class DigesterFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.InitializingBean
Factory bean for creating digester objects from the encryption namespace elements. Do not use directly.
Constructor and Description |
---|
DigesterFactoryBean(int encryptorType) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
Object |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setAlgorithm(String algorithm) |
void |
setConfig(org.jasypt.digest.config.DigesterConfig config) |
void |
setInvertPositionOfPlainSaltInEncryptionResults(Boolean invertPositionOfPlainSaltInEncryptionResults) |
void |
setInvertPositionOfSaltInMessageBeforeDigesting(Boolean invertPositionOfSaltInMessageBeforeDigesting) |
void |
setIterations(Integer iterations) |
void |
setPoolSize(Integer poolSize) |
void |
setPrefix(String prefix) |
void |
setProvider(Provider provider) |
void |
setProviderName(String providerName) |
void |
setSaltGenerator(org.jasypt.salt.SaltGenerator saltGenerator) |
void |
setSaltSizeBytes(Integer saltSizeBytes) |
void |
setSingleton(boolean singleton) |
void |
setStringOutputType(String stringOutputType) |
void |
setSuffix(String suffix) |
void |
setUnicodeNormalizationIgnored(Boolean unicodeNormalizationIgnored) |
void |
setUseLenientSaltSizeCheck(Boolean useLenientSaltSizeCheck) |
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.digest.config.DigesterConfig config)
public void setIterations(Integer iterations)
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 setInvertPositionOfPlainSaltInEncryptionResults(Boolean invertPositionOfPlainSaltInEncryptionResults)
public void setInvertPositionOfSaltInMessageBeforeDigesting(Boolean invertPositionOfSaltInMessageBeforeDigesting)
public void setSaltSizeBytes(Integer saltSizeBytes)
public void setUseLenientSaltSizeCheck(Boolean useLenientSaltSizeCheck)
public void setStringOutputType(String stringOutputType)
public void setUnicodeNormalizationIgnored(Boolean unicodeNormalizationIgnored)
public void setPrefix(String prefix)
public void setSuffix(String suffix)
public final void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
Copyright © 2019 The JASYPT team. All rights reserved.