Interface GetDataToSignASiCWithXAdESHelper

All Superinterfaces:
GetDataToSignHelper
All Known Implementing Classes:
DataToSignASiCEWithXAdESFromArchive, DataToSignASiCEWithXAdESFromFiles, DataToSignASiCSWithXAdESFromArchive, DataToSignASiCSWithXAdESFromFiles, DataToSignOpenDocument

public interface GetDataToSignASiCWithXAdESHelper
extends GetDataToSignHelper
The interface defining a helper to create a ToBeSigned data for an ASiC with XAdES
  • Method Details

    • getToBeSigned

      List<DSSDocument> getToBeSigned()
      Returns a list of documents to be signed (XAdES allows to sign multiple files)
      Returns:
      a list of DSSDocuments
    • getExistingSignature

      DSSDocument getExistingSignature()
      Returns the signature document (used for parallel signatures)
      Returns:
      DSSDocument
    • getRootDocument

      DSSDocument getRootDocument()
      Returns the root document (used for OpenDocument files)
      Returns:
      DSSDocument