Uses of Class
eu.europa.esig.dss.xades.XAdESSignatureParameters
-
Uses of XAdESSignatureParameters in eu.europa.esig.dss.asic.xades
Subclasses of XAdESSignatureParameters in eu.europa.esig.dss.asic.xades Modifier and Type Class Description class
ASiCWithXAdESSignatureParameters
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 XAdESSignatureParameters Modifier and Type Method Description void
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 XAdESSignatureParameters Modifier and Type Method Description XAdESSignatureParameters
TrustedListSignatureParametersBuilder. build()
protected XAdESSignatureParameters
TrustedListSignatureParametersBuilder. initParameters()
Methods in eu.europa.esig.dss.xades with parameters of type XAdESSignatureParameters Modifier and Type Method Description DSSDocument
SignatureProfile. signDocument(DSSDocument toSignDocument, XAdESSignatureParameters parameters, byte[] signatureValue)
Creates a signature of the defines profile -
Uses of XAdESSignatureParameters in eu.europa.esig.dss.xades.reference
Constructors in eu.europa.esig.dss.xades.reference with parameters of type XAdESSignatureParameters Constructor Description ReferenceBuilder(XAdESSignatureParameters xadesSignatureParameters)
The default constructor -
Uses of XAdESSignatureParameters in eu.europa.esig.dss.xades.signature
Subclasses of XAdESSignatureParameters in eu.europa.esig.dss.xades.signature Modifier and Type Class Description class
XAdESCounterSignatureParameters
Parameters for a XAdES counter signature creationFields in eu.europa.esig.dss.xades.signature declared as XAdESSignatureParameters Modifier and Type Field Description protected 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 XAdESSignatureParameters Modifier and Type Method Description DSSDocument
XAdESService. extendDocument(DSSDocument toExtendDocument, XAdESSignatureParameters parameters)
DSSDocument
XAdESLevelBaselineT. extendSignatures(DSSDocument dssDocument, XAdESSignatureParameters params)
TimestampToken
XAdESService. getContentTimestamp(DSSDocument toSignDocument, XAdESSignatureParameters parameters)
TimestampToken
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 InputStreamToBeSigned
XAdESService. getDataToSign(DSSDocument toSignDocument, XAdESSignatureParameters parameters)
ToBeSigned
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 packagingDSSDocument
XAdESLevelBaselineB. signDocument(DSSDocument document, XAdESSignatureParameters parameters, byte[] signatureValue)
Adds the signature value to the signature.DSSDocument
XAdESService. signDocument(DSSDocument toSignDocument, XAdESSignatureParameters parameters, SignatureValue signatureValue)
DSSDocument
XAdESService. signDocument(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters, SignatureValue signatureValue)
Constructors in eu.europa.esig.dss.xades.signature with parameters of type XAdESSignatureParameters Constructor Description AllDataObjectsTimeStampBuilder(TSPSource tspSource, XAdESSignatureParameters signatureParameters)
Default constructorXAdESSignatureBuilder(XAdESSignatureParameters params, DSSDocument document, CertificateVerifier certificateVerifier)
The default constructor for SignatureBuilder.