Interface XmlSignatureChecker.Input

    • Method Detail

      • getSignedInfo

        SignedInfo getSignedInfo()
        Signed info instance.
      • getObjects

        List<? extends XMLObject> getObjects()
        XML objects list.
      • getKeyInfo

        KeyInfo getKeyInfo()
        Key info.
      • getMessageBodyDocument

        Document getMessageBodyDocument()
        Message body containing the XML signature as DOM.
      • getMessage

        org.apache.camel.Message getMessage()
        Message.
      • isXmlSchemaValidationExecuted

        boolean isXmlSchemaValidationExecuted()
        Returns true if a XML schema validation was executed during the parsing of the XML document.
      • getTotalCountOfSignatures

        int getTotalCountOfSignatures()
        Returns the total count of XML signatures contained in the document.
      • getCurrentCountOfSignatures

        int getCurrentCountOfSignatures()
        Returns the current count of XML signatures starting from 1.
      • getCurrentSignatureElement

        Element getCurrentSignatureElement()
        Current signature element.