Class CmsAESTextEncryption

java.lang.Object
org.opencms.crypto.CmsAESTextEncryption
All Implemented Interfaces:
I_CmsConfigurationParameterHandler, I_CmsTextEncryption

public class CmsAESTextEncryption extends Object implements I_CmsTextEncryption
Default text encryption class using AES, where the encryption key is generated from a string passed in as a parameter.