Class DataToSignASiCEWithXAdESHelper
java.lang.Object
eu.europa.esig.dss.asic.common.signature.AbstractGetDataToSignHelper
eu.europa.esig.dss.asic.xades.signature.asice.DataToSignASiCEWithXAdESHelper
- All Implemented Interfaces:
GetDataToSignASiCWithXAdESHelper
- Direct Known Subclasses:
DataToSignOpenDocumentHelper
public class DataToSignASiCEWithXAdESHelper
extends AbstractGetDataToSignHelper
implements GetDataToSignASiCWithXAdESHelper
An abstract class to generate a DataToSign with ASiC-E with XAdES
-
Field Summary
Fields inherited from class eu.europa.esig.dss.asic.common.signature.AbstractGetDataToSignHelper
asicContent
-
Constructor Summary
ConstructorDescriptionDataToSignASiCEWithXAdESHelper
(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
-
DataToSignASiCEWithXAdESHelper
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
- 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
- Returns:
- TRUE if the handling container is an OpenDocument, FALSE otherwise
-