Uses of Interface
org.opencms.crypto.I_CmsTextEncryption
Packages that use 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
Methods in org.opencms.configuration that return types with arguments of type I_CmsTextEncryptionModifier and TypeMethodDescriptionCmsSystemConfiguration.getTextEncryptions()
Gets the map of text encryptions. -
Uses of I_CmsTextEncryption in org.opencms.crypto
Classes in org.opencms.crypto that implement I_CmsTextEncryptionModifier 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
Methods in org.opencms.main that return I_CmsTextEncryptionModifier and TypeMethodDescriptionstatic I_CmsTextEncryption
OpenCms.getDefaultTextEncryption()
Gets the default text encryption.Methods in org.opencms.main that return types with arguments of type I_CmsTextEncryptionModifier 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.