Uses of Interface
de.xima.fc.mail.interfaces.IRecipientEncryptionResult
Packages that use IRecipientEncryptionResult
-
Uses of IRecipientEncryptionResult in de.xima.fc.mail.impl
Classes in de.xima.fc.mail.impl that implement IRecipientEncryptionResultMethods in de.xima.fc.mail.impl that return types with arguments of type IRecipientEncryptionResultModifier and TypeMethodDescriptionMailSecurityReport.getEncryptionResults()MailEncryptionResult.getRecipientResults()Method parameters in de.xima.fc.mail.impl with type arguments of type IRecipientEncryptionResultModifier and TypeMethodDescriptionMailSecurityReport.Builder.encryptionResults(Collection<IRecipientEncryptionResult> encryptionResults) static MailEncryptionResultMailEncryptionResult.of(javax.mail.internet.MimeBodyPart body, Collection<IRecipientEncryptionResult> recipientResults) -
Uses of IRecipientEncryptionResult in de.xima.fc.mail.interfaces
Methods in de.xima.fc.mail.interfaces that return types with arguments of type IRecipientEncryptionResultModifier and TypeMethodDescriptionIMailSecurityReport.getEncryptionResults()@NotNull Collection<IRecipientEncryptionResult> IMailEncryptionResult.getRecipientResults()The encryption results for each recipient.