|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.utb.fai.simkovicp.pki.ws.XmlService
public class XmlService
The XML web service.
| Constructor Summary | |
|---|---|
XmlService()
|
|
| Method Summary | |
|---|---|
byte[] |
signWithSigner(byte[] xml,
SignerFactory.XmlSigner xmlSigner,
java.util.List<java.lang.String> ids)
Web service operation |
byte[] |
signXml(byte[] xml)
Web service operation |
VerificationResult |
verifyXml(byte[] xml)
Web service operation |
VerificationResult |
verifyXmlWithXmlVerificator(byte[] xml,
VerificatorFactory.XmlVerificator xmlVerificator)
Web service operation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlService()
| Method Detail |
|---|
public byte[] signXml(byte[] xml)
throws SignException
SignException
public byte[] signWithSigner(byte[] xml,
SignerFactory.XmlSigner xmlSigner,
java.util.List<java.lang.String> ids)
throws SignException
SignException
public VerificationResult verifyXml(byte[] xml)
throws VerificationException
VerificationException
public VerificationResult verifyXmlWithXmlVerificator(byte[] xml,
VerificatorFactory.XmlVerificator xmlVerificator)
throws VerificationException
VerificationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||