Class EncryptionConverter
java.lang.Object
org.kuali.rice.krad.data.jpa.converters.EncryptionConverter
public class EncryptionConverter
extends Object
implements javax.persistence.AttributeConverter<String,String>
Calls the core service to encrypt values going to the database and decrypt values coming back from the database.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(String objectValue) This implementation encrypts the value going to the database.convertToEntityAttribute(String dataValue) This implementation decrypts the value coming from the database.
-
Constructor Details
-
EncryptionConverter
public EncryptionConverter()
-
-
Method Details
-
convertToDatabaseColumn
This implementation encrypts the value going to the database. -
convertToEntityAttribute
This implementation decrypts the value coming from the database.
-