Interface XMLEncrypter.DecryptedXMLConverter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.w3c.dom.Document convert​(org.w3c.dom.Document doc)
      Method to manipulate a encrypted document structure.
    • Method Detail

      • convert

        org.w3c.dom.Document convert​(org.w3c.dom.Document doc)
                              throws MessageContentException
        Method to manipulate a encrypted document structure.
        Parameters:
        doc - the decrypted document
        Returns:
        a converted document that satisfies schema.
        Throws:
        MessageContentException - if decrypted document contain faulty schema.