Uses of Class
cz.utb.fai.simkovicp.pki.mail.Attachment

Packages that use Attachment
cz.utb.fai.simkovicp.pki.mail Provides the classes to send and verify mail. 
cz.utb.fai.simkovicp.pki.mail.facade Provides the classes for remote interface. 
 

Uses of Attachment in cz.utb.fai.simkovicp.pki.mail
 

Method parameters in cz.utb.fai.simkovicp.pki.mail with type arguments of type Attachment
 byte[] Sender.send(java.util.List<Recipient> recipients, java.lang.String subject, java.lang.String body, java.util.List<Attachment> attachments, boolean sign, boolean encrypt, EncryptionBean signBean, EncryptionBean encBean, boolean out)
          Sends the email.
 

Uses of Attachment in cz.utb.fai.simkovicp.pki.mail.facade
 

Method parameters in cz.utb.fai.simkovicp.pki.mail.facade with type arguments of type Attachment
 byte[] MailFacadeBean.send(java.util.List<Recipient> recipients, java.lang.String subject, java.lang.String body, java.util.List<Attachment> attachments, boolean sign, boolean encrypt, EncryptionBean signBean, EncryptionBean encBean, boolean out)
           
 byte[] MailFacadeRemote.send(java.util.List<Recipient> recipients, java.lang.String subject, java.lang.String body, java.util.List<Attachment> attachments, boolean sign, boolean encrypt, EncryptionBean signBean, EncryptionBean encBean, boolean out)