Interface GetDataToSignASiCWithXAdESHelper
- All Known Implementing Classes:
DataToSignASiCEWithXAdESHelper,DataToSignASiCSWithXAdESHelper,DataToSignOpenDocumentHelper
public interface GetDataToSignASiCWithXAdESHelper
The interface defining a helper to create a
ToBeSigned data for an ASiC with XAdES-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of documents to be signed (XAdES allows signing multiple files)booleanThis method returns whether the concerned container represents an OpenDocument type
-
Method Details
-
getToBeSigned
List<DSSDocument> getToBeSigned()Returns a list of documents to be signed (XAdES allows signing multiple files)- Returns:
- a list of
DSSDocuments
-
isOpenDocument
boolean isOpenDocument()This method returns whether the concerned container represents an OpenDocument type- Returns:
- TRUE if the handling container is an OpenDocument, FALSE otherwise
-