Class ASiCWithCAdESDataToSignHelperBuilder
java.lang.Object
eu.europa.esig.dss.asic.common.signature.AbstractASiCDataToSignHelperBuilder
eu.europa.esig.dss.asic.cades.signature.ASiCWithCAdESDataToSignHelperBuilder
public class ASiCWithCAdESDataToSignHelperBuilder extends AbstractASiCDataToSignHelperBuilder
Builds a relevant
GetDataToSignASiCWithCAdESHelper for ASiC with CAdES dataToSign creation-
Constructor Summary
Constructors Constructor Description ASiCWithCAdESDataToSignHelperBuilder() -
Method Summary
Modifier and Type Method Description GetDataToSignASiCWithCAdESHelperbuild(SigningOperation operation, List<DSSDocument> documents, ASiCWithCAdESCommonParameters parameters)Builds aGetDataToSignASiCWithCAdESHelperfrom the given list of documents and defined parametersMethods inherited from class eu.europa.esig.dss.asic.common.signature.AbstractASiCDataToSignHelperBuilder
assertDocumentNamesDefined
-
Constructor Details
-
ASiCWithCAdESDataToSignHelperBuilder
public ASiCWithCAdESDataToSignHelperBuilder()
-
-
Method Details
-
build
public GetDataToSignASiCWithCAdESHelper build(SigningOperation operation, List<DSSDocument> documents, ASiCWithCAdESCommonParameters parameters)Builds aGetDataToSignASiCWithCAdESHelperfrom the given list of documents and defined parameters- Parameters:
operation-SigningOperationdocuments- a list ofDSSDocuments to get a helper fromparameters-ASiCWithCAdESCommonParameters- Returns:
GetDataToSignASiCWithCAdESHelper
-