Class XMLSignatureInputDebugger
- java.lang.Object
-
- org.apache.xml.security.signature.XMLSignatureInputDebugger
-
public class XMLSignatureInputDebugger extends java.lang.Object
Class XMLSignatureInputDebugger- Version:
- $Revision$
- Author:
- $Author$
-
-
Constructor Summary
Constructors Constructor Description XMLSignatureInputDebugger(XMLSignatureInput xmlSignatureInput)
Constructor XMLSignatureInputDebuggerXMLSignatureInputDebugger(XMLSignatureInput xmlSignatureInput, java.util.Set inclusiveNamespace)
Constructor XMLSignatureInputDebugger
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHTMLRepresentation()
Method getHTMLRepresentation
-
-
-
Constructor Detail
-
XMLSignatureInputDebugger
public XMLSignatureInputDebugger(XMLSignatureInput xmlSignatureInput)
Constructor XMLSignatureInputDebugger- Parameters:
xmlSignatureInput
- the signatur to pretty print
-
XMLSignatureInputDebugger
public XMLSignatureInputDebugger(XMLSignatureInput xmlSignatureInput, java.util.Set inclusiveNamespace)
Constructor XMLSignatureInputDebugger- Parameters:
xmlSignatureInput
- the signatur to pretty printinclusiveNamespace
-
-
-
Method Detail
-
getHTMLRepresentation
public java.lang.String getHTMLRepresentation() throws XMLSignatureException
Method getHTMLRepresentation- Returns:
- The HTML Representation.
- Throws:
XMLSignatureException
-
-