Uses of Interface
org.opencms.crypto.I_CmsTextEncryption
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
-
Uses of I_CmsTextEncryption in org.opencms.configuration
Modifier and TypeMethodDescriptionCmsSystemConfiguration.getTextEncryptions()
Gets the map of text encryptions. -
Uses of I_CmsTextEncryption in org.opencms.crypto
Modifier and TypeClassDescriptionclass
Default text encryption class using AES, where the encryption key is generated from a string passed in as a parameter. -
Uses of I_CmsTextEncryption in org.opencms.main
Modifier and TypeMethodDescriptionstatic I_CmsTextEncryption
OpenCms.getDefaultTextEncryption()
Gets the default text encryption.Modifier and TypeMethodDescriptionstatic Map<String,
I_CmsTextEncryption> OpenCms.getTextEncryptions()
Gets the map of text encryption methods, with their names as keys.protected Map<String,
I_CmsTextEncryption> OpenCmsCore.getTextEncryptions()
Gets the text encryptions.