Uses of Class
de.mhus.lib.core.mail.GpgEncryptedMail
-
Packages that use GpgEncryptedMail Package Description de.mhus.lib.core.mail -
-
Uses of GpgEncryptedMail in de.mhus.lib.core.mail
Methods in de.mhus.lib.core.mail that return GpgEncryptedMail Modifier and Type Method Description GpgEncryptedMailGpgEncryptedMail. openKeyStore(File file, String passphrase)GpgEncryptedMailGpgEncryptedMail. setBcc(String... bcc)GpgEncryptedMailGpgEncryptedMail. setCc(String... cc)GpgEncryptedMailGpgEncryptedMail. setContent(String content)GpgEncryptedMailGpgEncryptedMail. setFrom(String from)GpgEncryptedMailGpgEncryptedMail. setKeyStore(KeyStore ks)GpgEncryptedMailGpgEncryptedMail. setSubject(String subject)GpgEncryptedMailGpgEncryptedMail. setTo(String... to)
-