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 GetDataToSignASiCWithCAdESHelper
build(SigningOperation operation, List<DSSDocument> documents, ASiCWithCAdESCommonParameters parameters)
Builds aGetDataToSignASiCWithCAdESHelper
from 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 aGetDataToSignASiCWithCAdESHelper
from the given list of documents and defined parameters- Parameters:
operation
-SigningOperation
documents
- a list ofDSSDocument
s to get a helper fromparameters
-ASiCWithCAdESCommonParameters
- Returns:
GetDataToSignASiCWithCAdESHelper
-