public final class EncryptablePropertiesPropertySource
extends org.springframework.core.env.PropertiesPropertySource
Constructor and Description |
---|
EncryptablePropertiesPropertySource(String name,
org.jasypt.properties.EncryptableProperties props) |
EncryptablePropertiesPropertySource(String name,
Properties props,
org.jasypt.encryption.StringEncryptor encryptor) |
EncryptablePropertiesPropertySource(String name,
Properties props,
org.jasypt.util.text.TextEncryptor encryptor) |
public EncryptablePropertiesPropertySource(String name, org.jasypt.properties.EncryptableProperties props)
public EncryptablePropertiesPropertySource(String name, Properties props, org.jasypt.util.text.TextEncryptor encryptor)
public EncryptablePropertiesPropertySource(String name, Properties props, org.jasypt.encryption.StringEncryptor encryptor)
Copyright © 2019 The JASYPT team. All rights reserved.