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