Class XAdESSignatureUtils

java.lang.Object
eu.europa.esig.dss.xades.XAdESSignatureUtils

public final class XAdESSignatureUtils extends Object
Contains util methods for dealing with XAdES
  • Method Details

    • getSignerDocuments

      public static List<DSSDocument> getSignerDocuments(XAdESSignature signature)
      Returns list of original signed documents
      Parameters:
      signature - [XAdESSignature to find signed documents for
      Returns:
      list of DSSDocuments
    • isKeyInfoCovered

      public static boolean isKeyInfoCovered(XAdESSignature signature)
      This method verifies whether the ds:KeyInfo element is signed by the signature
      Parameters:
      signature - XAdESSignature to verify
      Returns:
      TRUE if ds:KeyInfo element is signed, FALSE otherwise