Uses of Class
cz.utb.fai.simkovicp.pki.verification.VerificationException

Packages that use VerificationException
cz.utb.fai.simkovicp.pki.verification.result Provides the classes which represent the document verification. 
cz.utb.fai.simkovicp.pki.ws Provides the classes representing the web services. 
 

Uses of VerificationException in cz.utb.fai.simkovicp.pki.verification.result
 

Methods in cz.utb.fai.simkovicp.pki.verification.result that return VerificationException
 VerificationException VerificationResult.getVerificationException()
          Verification exception
 

Methods in cz.utb.fai.simkovicp.pki.verification.result with parameters of type VerificationException
 void VerificationResult.setVerificationException(VerificationException verificationException)
          Verification exception
 

Uses of VerificationException in cz.utb.fai.simkovicp.pki.ws
 

Methods in cz.utb.fai.simkovicp.pki.ws that throw VerificationException
 VerificationResult PdfService.verifyPdf(byte[] pdf)
          Web service operation
 VerificationResult SmimeService.verifySmime(byte[] smime)
          Web service operation
 VerificationResult XmlService.verifyXml(byte[] xml)
          Web service operation
 VerificationResult XmlService.verifyXmlWithXmlVerificator(byte[] xml, VerificatorFactory.XmlVerificator xmlVerificator)
          Web service operation