Package org.apache.wss4j.dom.util
Class SignatureUtils
java.lang.Object
org.apache.wss4j.dom.util.SignatureUtils
WS-Security Utility methods.
-
Method Summary
Modifier and TypeMethodDescriptiongetInclusivePrefixes(Element target, boolean excludeVisible) Get the List of inclusive prefixes from the DOM Element argumentstatic voidverifySignedElement(Element elem, List<WSSecurityEngineResult> signedResults) static voidverifySignedElement(Element elem, WSDocInfo wsDocInfo)
-
Method Details
-
verifySignedElement
public static void verifySignedElement(Element elem, WSDocInfo wsDocInfo) throws WSSecurityException - Throws:
WSSecurityException
-
verifySignedElement
public static void verifySignedElement(Element elem, List<WSSecurityEngineResult> signedResults) throws WSSecurityException - Throws:
WSSecurityException
-
getInclusivePrefixes
Get the List of inclusive prefixes from the DOM Element argument
-