cz.utb.fai.simkovicp.pki.ws
Class SmimeService

java.lang.Object
  extended by cz.utb.fai.simkovicp.pki.ws.SmimeService

public class SmimeService
extends java.lang.Object

The SMIME web service.


Constructor Summary
SmimeService()
           
 
Method Summary
 byte[] sendMail(Recipients recipients, java.lang.String subject, java.lang.String body, Attachments attachments, boolean sign, boolean encrypt, boolean out)
          Web service operation
 VerificationResult verifySmime(byte[] smime)
          Web service operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmimeService

public SmimeService()
Method Detail

sendMail

public byte[] sendMail(Recipients recipients,
                       java.lang.String subject,
                       java.lang.String body,
                       Attachments attachments,
                       boolean sign,
                       boolean encrypt,
                       boolean out)
                throws cz.utb.fai.simkovicp.pki.mail.MailException
Web service operation

Throws:
cz.utb.fai.simkovicp.pki.mail.MailException

verifySmime

public VerificationResult verifySmime(byte[] smime)
                               throws VerificationException
Web service operation

Throws:
VerificationException