public class EncryptProcessor extends Object implements PropertyProcessor
Constructor and Description |
---|
EncryptProcessor() |
EncryptProcessor(org.jasypt.util.text.TextEncryptor encryptor) |
Modifier and Type | Method and Description |
---|---|
org.jasypt.util.text.TextEncryptor |
getEncryptor() |
void |
process(Properties properties) |
void |
setEncryptor(org.jasypt.util.text.TextEncryptor encryptor) |
public EncryptProcessor()
public EncryptProcessor(org.jasypt.util.text.TextEncryptor encryptor)
public void process(Properties properties)
process
in interface PropertyProcessor
public org.jasypt.util.text.TextEncryptor getEncryptor()
public void setEncryptor(org.jasypt.util.text.TextEncryptor encryptor)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.