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
ConstructorsConstructorDescriptionDataToSignASiCEWithXAdESHelper(ASiCContent asicContent) The default constructor -
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
-
Constructor Details
-
DataToSignASiCEWithXAdESHelper
The default constructor- Parameters:
asicContent-ASiCContent
-
-
Method Details
-
getToBeSigned
Description copied from interface:GetDataToSignASiCWithXAdESHelperReturns a list of documents to be signed (XAdES allows signing multiple files)- Specified by:
getToBeSignedin interfaceGetDataToSignASiCWithXAdESHelper- Returns:
- a list of
DSSDocuments
-
isOpenDocument
public boolean isOpenDocument()Description copied from interface:GetDataToSignASiCWithXAdESHelperThis method returns whether the concerned container represents an OpenDocument type- Specified by:
isOpenDocumentin interfaceGetDataToSignASiCWithXAdESHelper- Returns:
- TRUE if the handling container is an OpenDocument, FALSE otherwise
-