Class PluginMailEncryptionParams

java.lang.Object
de.xima.fc.plugin.models.params.mail.PluginMailEncryptionParams
All Implemented Interfaces:
IPluginParameters, IPluginMailEncryptionParams, Serializable

public class PluginMailEncryptionParams extends Object implements IPluginMailEncryptionParams
Data class that holds the data for the IPluginMailEncryptionParams that are passed to the plugin method.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • PluginMailEncryptionParams

      public PluginMailEncryptionParams(String mailAddress, Mandant client)
      Creates a new mail encryption parameter instance with the given email address and client.
      Parameters:
      mailAddress - The mail address for which a certificate is required.
      client - The current client, ie. the context in which the email is sent.
  • Method Details