Class DataToSignOpenDocumentHelper
java.lang.Object
eu.europa.esig.dss.asic.common.signature.AbstractGetDataToSignHelper
eu.europa.esig.dss.asic.xades.signature.asice.DataToSignASiCEWithXAdESHelper
eu.europa.esig.dss.asic.xades.signature.asice.DataToSignOpenDocumentHelper
- All Implemented Interfaces:
GetDataToSignASiCWithXAdESHelper
A class to generate a DataToSign for an OpenDocument signing
-
Field Summary
Fields inherited from class eu.europa.esig.dss.asic.common.signature.AbstractGetDataToSignHelper
asicContent
-
Constructor Summary
ConstructorDescriptionDataToSignOpenDocumentHelper
(ASiCContent asicContent) The default constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of documents to be signed (XAdES allows signing multiple files)boolean
This method returns whether the concerned container represents an OpenDocument type
-
Constructor Details
-
DataToSignOpenDocumentHelper
The default constructor- Parameters:
asicContent
-ASiCContent
-
-
Method Details
-
getToBeSigned
Description copied from interface:GetDataToSignASiCWithXAdESHelper
Returns a list of documents to be signed (XAdES allows signing multiple files)- Specified by:
getToBeSigned
in interfaceGetDataToSignASiCWithXAdESHelper
- Overrides:
getToBeSigned
in classDataToSignASiCEWithXAdESHelper
- Returns:
- a list of
DSSDocument
s
-
isOpenDocument
public boolean isOpenDocument()Description copied from interface:GetDataToSignASiCWithXAdESHelper
This method returns whether the concerned container represents an OpenDocument type- Specified by:
isOpenDocument
in interfaceGetDataToSignASiCWithXAdESHelper
- Overrides:
isOpenDocument
in classDataToSignASiCEWithXAdESHelper
- Returns:
- TRUE if the handling container is an OpenDocument, FALSE otherwise
-