org.broadleafcommerce.common.encryption
public class PassthroughEncryptionModule extends Object implements EncryptionModule
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeEnvironmentKeyResolver |
keyResolver |
protected static org.apache.log4j.Logger |
LOG |
| Constructor and Description |
|---|
PassthroughEncryptionModule() |
protected static final org.apache.log4j.Logger LOG
protected RuntimeEnvironmentKeyResolver keyResolver
public String decrypt(String cipherText)
decrypt in interface EncryptionModulepublic String encrypt(String plainText)
encrypt in interface EncryptionModuleCopyright © 2015. All Rights Reserved.