Class SignatureUtils

java.lang.Object
org.apache.wss4j.dom.util.SignatureUtils

public final class SignatureUtils extends Object
WS-Security Utility methods.

  • Method Details

    • verifySignedElement

      public static void verifySignedElement(Element elem, WSDocInfo wsDocInfo) throws org.apache.wss4j.common.ext.WSSecurityException
      Throws:
      org.apache.wss4j.common.ext.WSSecurityException
    • verifySignedElement

      public static void verifySignedElement(Element elem, List<WSSecurityEngineResult> signedResults) throws org.apache.wss4j.common.ext.WSSecurityException
      Throws:
      org.apache.wss4j.common.ext.WSSecurityException
    • getInclusivePrefixes

      public static List<String> getInclusivePrefixes(Element target, boolean excludeVisible)
      Get the List of inclusive prefixes from the DOM Element argument