public class EncryptionConverter extends Object implements javax.persistence.AttributeConverter<String,String>
Constructor and Description |
---|
EncryptionConverter() |
Modifier and Type | Method and Description |
---|---|
String |
convertToDatabaseColumn(String objectValue)
This implementation encrypts the value going to the database.
|
String |
convertToEntityAttribute(String dataValue)
This implementation decrypts the value coming from the database.
|
public EncryptionConverter()
public String convertToDatabaseColumn(String objectValue)
public String convertToEntityAttribute(String dataValue)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.