Serialized Form
-
Package eu.europa.esig.dss.signature
-
Class eu.europa.esig.dss.signature.AbstractSignatureParameters
class AbstractSignatureParameters extends eu.europa.esig.dss.model.AbstractSerializableSignatureParameters<TP extends eu.europa.esig.dss.model.SerializableTimestampParameters> implements Serializable-
Serialized Fields
-
certificateChain
List<eu.europa.esig.dss.model.x509.CertificateToken> certificateChain
This field contains theListof chain of certificates. It includes the signing certificate. -
contentTimestamps
List<eu.europa.esig.dss.spi.x509.tsp.TimestampToken> contentTimestamps
This parameter is here because that's a signed attribute. It must be computed before getDataToSign/signDocument -
context
ProfileParameters context
The internal signature processing variable -
detachedContents
List<eu.europa.esig.dss.model.DSSDocument> detachedContents
The documents to be signed -
signedData
byte[] signedData
Optional parameter that contains the actual canonicalized data that was used when creating the signature value. This allows scenarios were ToBeSigned was externally updated before signature value was created (i.e. signature certificate was appended). If this parameter is specified it will be used in the signed document. -
signingCertificate
eu.europa.esig.dss.model.x509.CertificateToken signingCertificate
This field contains the signing certificate.
-
-
-
Class eu.europa.esig.dss.signature.AbstractSignatureService
class AbstractSignatureService extends Object implements Serializable-
Serialized Fields
-
certificateVerifier
eu.europa.esig.dss.spi.validation.CertificateVerifier certificateVerifier
The CertificateVerifier used for a certificate chain validation -
tspSource
eu.europa.esig.dss.spi.x509.tsp.TSPSource tspSource
The TSPSource to use for timestamp requests
-
-
-
Class eu.europa.esig.dss.signature.ProfileParameters
class ProfileParameters extends Object implements Serializable- serialVersionUID:
- -8281291690615571695L
-
Serialized Fields
-
detachedContents
List<eu.europa.esig.dss.model.DSSDocument> detachedContents
Cached detached contents (used for DETACHED signature creation or/and ASiC containers signing) -
deterministicId
String deterministicId
The id created in a deterministic way based on the filled parameters to use in the signature file
-
-