cz.utb.fai.simkovicp.pki.mail.facade
Class MailFacadeBean
java.lang.Object
cz.utb.fai.simkovicp.pki.mail.facade.MailFacadeBean
- All Implemented Interfaces:
- MailFacadeRemote
public class MailFacadeBean
- extends java.lang.Object
- implements MailFacadeRemote
This class provides the email operations.
|
Method Summary |
byte[] |
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)
|
cz.utb.fai.simkovicp.pki.verification.result.VerificationResult |
verify(byte[] smime)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailFacadeBean
public MailFacadeBean()
send
public byte[] 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)
throws MailException
- Specified by:
send in interface MailFacadeRemote
- Throws:
MailException
verify
public cz.utb.fai.simkovicp.pki.verification.result.VerificationResult verify(byte[] smime)
throws MailException
- Specified by:
verify in interface MailFacadeRemote
- Throws:
MailException