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 Summary
Modifier and Type Method Description DSSDocumentgetExistingSignature()Returns the signature document (used for parallel signatures)DSSDocumentgetRootDocument()Returns the root document (used for OpenDocument files)List<DSSDocument>getToBeSigned()Returns a list of documents to be signed (XAdES allows to sign multiple files)Methods inherited from interface eu.europa.esig.dss.asic.common.signature.GetDataToSignHelper
getManifestFiles, getSignatureFilename, getSignatures, getSignedDocuments, getTimestampFilename
-
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
-