Uses of Class
eu.europa.esig.dss.xades.XAdESSignatureParameters
Packages that use XAdESSignatureParameters
Package
Description
-
Uses of XAdESSignatureParameters in eu.europa.esig.dss.asic.xades
Subclasses of XAdESSignatureParameters in eu.europa.esig.dss.asic.xadesModifier and TypeClassDescriptionclass
Defines SignatureParameters to deal with ASiC with XAdES signature creation/extension -
Uses of XAdESSignatureParameters in eu.europa.esig.dss.ws.signature.common
Method parameters in eu.europa.esig.dss.ws.signature.common with type arguments of type XAdESSignatureParametersModifier and TypeMethodDescriptionvoid
RemoteMultipleDocumentsSignatureServiceImpl.setXadesService
(MultipleDocumentsSignatureService<XAdESSignatureParameters, XAdESTimestampParameters> xadesService) Sets the XAdES multiple signature service -
Uses of XAdESSignatureParameters in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades that return XAdESSignatureParametersModifier and TypeMethodDescriptionTrustedListSignatureParametersBuilder.build()
protected XAdESSignatureParameters
TrustedListSignatureParametersBuilder.initParameters()
Methods in eu.europa.esig.dss.xades with parameters of type XAdESSignatureParametersModifier and TypeMethodDescriptionSignatureProfile.signDocument
(DSSDocument toSignDocument, XAdESSignatureParameters parameters, byte[] signatureValue) Creates a signature of the defines profile -
Uses of XAdESSignatureParameters in eu.europa.esig.dss.xades.reference
Methods in eu.europa.esig.dss.xades.reference with parameters of type XAdESSignatureParametersModifier and TypeMethodDescriptionvoid
ReferenceIdProvider.setSignatureParameters
(XAdESSignatureParameters signatureParameters) Sets signature parameters to build a deterministic identifierConstructors in eu.europa.esig.dss.xades.reference with parameters of type XAdESSignatureParametersModifierConstructorDescriptionReferenceBuilder
(List<DSSDocument> documents, XAdESSignatureParameters xadesSignatureParameters, ReferenceIdProvider referenceIdProvider) The default constructor for a signature references creationReferenceProcessor
(XAdESSignatureParameters signatureParameters) The constructor to be used for reference processing on signature creationReferenceVerifier
(XAdESSignatureParameters signatureParameters) The default constructor for a signature references verification -
Uses of XAdESSignatureParameters in eu.europa.esig.dss.xades.signature
Subclasses of XAdESSignatureParameters in eu.europa.esig.dss.xades.signatureModifier and TypeClassDescriptionclass
Parameters for a XAdES counter-signature creationFields in eu.europa.esig.dss.xades.signature declared as XAdESSignatureParametersModifier and TypeFieldDescriptionprotected XAdESSignatureParameters
XAdESBuilder.params
This variable is a reference to the set of parameters relating to the structure and process of the creation or extension of the electronic signature.Methods in eu.europa.esig.dss.xades.signature with parameters of type XAdESSignatureParametersModifier and TypeMethodDescriptionXAdESService.extendDocument
(DSSDocument toExtendDocument, XAdESSignatureParameters parameters) XAdESLevelBaselineT.extendSignatures
(DSSDocument dssDocument, XAdESSignatureParameters params) XAdESService.getContentTimestamp
(DSSDocument toSignDocument, XAdESSignatureParameters parameters) XAdESService.getContentTimestamp
(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters) byte[]
XAdESLevelBaselineB.getDataToSign
(DSSDocument dssDocument, XAdESSignatureParameters parameters) Returns the canonicalized ds:SignedInfo XML segment under the form of InputStreamXAdESService.getDataToSign
(DSSDocument toSignDocument, XAdESSignatureParameters parameters) XAdESService.getDataToSign
(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters) protected DigestAlgorithm
XAdESBuilder.getReferenceDigestAlgorithmOrDefault
(XAdESSignatureParameters params) Returns params.referenceDigestAlgorithm if exists, params.digestAlgorithm otherwisestatic XAdESSignatureBuilder
XAdESSignatureBuilder.getSignatureBuilder
(XAdESSignatureParameters params, DSSDocument document, CertificateVerifier certificateVerifier) Creates the signature according to the packagingXAdESLevelBaselineB.signDocument
(DSSDocument document, XAdESSignatureParameters parameters, byte[] signatureValue) Adds the signature value to the signature.XAdESService.signDocument
(DSSDocument toSignDocument, XAdESSignatureParameters parameters, SignatureValue signatureValue) XAdESService.signDocument
(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters, SignatureValue signatureValue) Constructors in eu.europa.esig.dss.xades.signature with parameters of type XAdESSignatureParametersModifierConstructorDescriptionAllDataObjectsTimeStampBuilder
(TSPSource tspSource, XAdESSignatureParameters signatureParameters) Default constructorprotected
XAdESSignatureBuilder
(XAdESSignatureParameters params, DSSDocument document, CertificateVerifier certificateVerifier) The default constructor for SignatureBuilder.protected
XPathPlacementSignatureBuilder
(XAdESSignatureParameters params, DSSDocument document, CertificateVerifier certificateVerifier) The default constructor for SignatureBuilder.