Class ASiCWithXAdESDataToSignHelperBuilder
java.lang.Object
eu.europa.esig.dss.asic.common.signature.AbstractASiCDataToSignHelperBuilder
eu.europa.esig.dss.asic.xades.signature.ASiCWithXAdESDataToSignHelperBuilder
public class ASiCWithXAdESDataToSignHelperBuilder extends AbstractASiCDataToSignHelperBuilder
Builds a relevant
GetDataToSignASiCWithXAdESHelper for ASiC with XAdES dataToSign creation-
Constructor Summary
Constructors Constructor Description ASiCWithXAdESDataToSignHelperBuilder() -
Method Summary
Modifier and Type Method Description GetDataToSignASiCWithXAdESHelperbuild(List<DSSDocument> documents, ASiCWithXAdESSignatureParameters parameters)Builds aGetDataToSignASiCWithXAdESHelperfrom the given list of documents and defined parametersMethods inherited from class eu.europa.esig.dss.asic.common.signature.AbstractASiCDataToSignHelperBuilder
assertDocumentNamesDefined
-
Constructor Details
-
ASiCWithXAdESDataToSignHelperBuilder
public ASiCWithXAdESDataToSignHelperBuilder()
-
-
Method Details
-
build
public GetDataToSignASiCWithXAdESHelper build(List<DSSDocument> documents, ASiCWithXAdESSignatureParameters parameters)Builds aGetDataToSignASiCWithXAdESHelperfrom the given list of documents and defined parameters- Parameters:
documents- a list ofDSSDocuments to get a helper fromparameters-ASiCWithXAdESSignatureParameters- Returns:
GetDataToSignASiCWithXAdESHelper
-