Class XmlSigner

java.lang.Object
software.xdev.bzst.dip.client.signing.XmlSigner

public final class XmlSigner extends Object
Helps with signing XML-Documents
  • Constructor Details

  • Method Details

    • signXMLDocument

      public String signXMLDocument(String unsignedXmlString)
      Signs an unsigned xml string with the corresponding SigningProvider.
      Returns:
      the signed xml document as string