Uses of Interface
de.xima.fc.interfaces.mail.IMailSecurityConfig
Packages that use IMailSecurityConfig
-
Uses of IMailSecurityConfig in de.xima.fc.interfaces.mail
Methods in de.xima.fc.interfaces.mail that return IMailSecurityConfigModifier and TypeMethodDescriptionIBaseMailData.getSecurityConfig()Gets the security configuration for this mail, which controls whether and how the mail should be encrypted and/or signed, and what to do if encryption/signing fails. -
Uses of IMailSecurityConfig in de.xima.fc.mdl.mail
Classes in de.xima.fc.mdl.mail that implement IMailSecurityConfigFields in de.xima.fc.mdl.mail declared as IMailSecurityConfigModifier and TypeFieldDescriptionprotected IMailSecurityConfigMailDataBuilder.securityConfigprotected IMailSecurityConfigTextMailData.securityConfigMethods in de.xima.fc.mdl.mail that return IMailSecurityConfigModifier and TypeMethodDescriptionTextMailData.getSecurityConfig()static IMailSecurityConfigMailSecurityConfig.none()Methods in de.xima.fc.mdl.mail with parameters of type IMailSecurityConfigModifier and TypeMethodDescriptionMailDataBuilder.securityConfig(IMailSecurityConfig securityConfig) Constructors in de.xima.fc.mdl.mail with parameters of type IMailSecurityConfigModifierConstructorDescriptionprotectedTextMailData(String subject, javax.mail.Address[] to, javax.mail.Address[] reply, javax.mail.Address from, javax.mail.Address[] cc, javax.mail.Address[] bcc, boolean sendSeparateMails, IMailSecurityConfig securityConfig, List<BodyPartData> bodyParts, Map<String, String> headers)