Uses of Class
eu.europa.esig.dss.model.ToBeSigned
Packages that use ToBeSigned
Package
Description
-
Uses of ToBeSigned in eu.europa.esig.dss.asic.cades.signature
Methods in eu.europa.esig.dss.asic.cades.signature that return ToBeSignedModifier and TypeMethodDescriptionASiCWithCAdESService.getDataToBeCounterSigned
(DSSDocument asicContainer, CAdESCounterSignatureParameters parameters) ASiCWithCAdESService.getDataToSign
(List<DSSDocument> toSignDocuments, ASiCWithCAdESSignatureParameters parameters) -
Uses of ToBeSigned in eu.europa.esig.dss.asic.common.signature
Methods in eu.europa.esig.dss.asic.common.signature that return ToBeSignedModifier and TypeMethodDescriptionAbstractASiCSignatureService.getDataToSign
(DSSDocument toSignDocument, SP parameters) -
Uses of ToBeSigned in eu.europa.esig.dss.asic.xades.signature
Methods in eu.europa.esig.dss.asic.xades.signature that return ToBeSignedModifier and TypeMethodDescriptionASiCWithXAdESService.getDataToBeCounterSigned
(DSSDocument asicContainer, XAdESCounterSignatureParameters parameters) ASiCWithXAdESService.getDataToSign
(List<DSSDocument> toSignDocuments, ASiCWithXAdESSignatureParameters parameters) -
Uses of ToBeSigned in eu.europa.esig.dss.cades.signature
Methods in eu.europa.esig.dss.cades.signature that return ToBeSignedModifier and TypeMethodDescriptionCAdESService.getDataToBeCounterSigned
(DSSDocument signatureDocument, CAdESCounterSignatureParameters parameters) CAdESService.getDataToBeCounterSigned
(DSSDocument signatureDocument, org.bouncycastle.cms.SignerInformation signerInfoToCounterSign, CAdESSignatureParameters parameters) Returns a data toBeSigned for a counter signature on the givensignerInfoToCounterSign
CAdESService.getDataToSign
(DSSDocument toSignDocument, CAdESSignatureParameters parameters) -
Uses of ToBeSigned in eu.europa.esig.dss.jades.signature
Methods in eu.europa.esig.dss.jades.signature that return ToBeSignedModifier and TypeMethodDescriptionAbstractJAdESBuilder.buildDataToBeSigned()
JAdESBuilder.buildDataToBeSigned()
Builds data to be signed by incorporating a detached payload when required (see 5.2.8.3 Mechanism ObjectIdByURI)JAdESService.getDataToBeCounterSigned
(DSSDocument signatureDocument, JAdESCounterSignatureParameters parameters) JAdESService.getDataToSign
(DSSDocument toSignDocument, JAdESSignatureParameters parameters) JAdESService.getDataToSign
(List<DSSDocument> toSignDocuments, JAdESSignatureParameters parameters) Methods in eu.europa.esig.dss.jades.signature with parameters of type ToBeSignedModifier and TypeMethodDescriptionboolean
JAdESService.isValidSignatureValue
(ToBeSigned toBeSigned, SignatureValue signatureValue, CertificateToken signingCertificate) -
Uses of ToBeSigned in eu.europa.esig.dss.pades.signature
Methods in eu.europa.esig.dss.pades.signature that return ToBeSignedModifier and TypeMethodDescriptionprotected ToBeSigned
ExternalCMSService.buildToBeSignedData
(DSSMessageDigest messageDigest, PAdESSignatureParameters parameters) This method builds aCMSSignedData
without executing additional checks on provided configurationExternalCMSService.getDataToSign
(DSSMessageDigest messageDigest, PAdESSignatureParameters parameters) This method is used to compute signed-attributes of a CMSSignedData to be used for a private-key signing.PAdESService.getDataToSign
(DSSDocument toSignDocument, PAdESSignatureParameters parameters) -
Uses of ToBeSigned in eu.europa.esig.dss.signature
Methods in eu.europa.esig.dss.signature that return ToBeSignedModifier and TypeMethodDescriptionCounterSignatureService.getDataToBeCounterSigned
(DSSDocument signatureDocument, CSP parameters) Retrieves the bytes of the data that need to be counter-signed fromsignatureDocument
.DocumentSignatureService.getDataToSign
(DSSDocument toSignDocument, SP parameters) Retrieves the bytes of the data that need to be signed based on thetoSignDocument
andparameters
.MultipleDocumentsSignatureService.getDataToSign
(List<DSSDocument> toSignDocuments, SP parameters) Retrieves the bytes of the data that need to be signed based on thetoSignDocuments
andparameters
.Methods in eu.europa.esig.dss.signature with parameters of type ToBeSignedModifier and TypeMethodDescriptionboolean
AbstractSignatureService.isValidSignatureValue
(ToBeSigned toBeSigned, SignatureValue signatureValue, CertificateToken signingCertificate) boolean
DocumentSignatureService.isValidSignatureValue
(ToBeSigned toBeSigned, SignatureValue signatureValue, CertificateToken signingCertificate) Verifies the signature value against aToBeSigned
and aCertificateToken
boolean
MultipleDocumentsSignatureService.isValidSignatureValue
(ToBeSigned toBeSigned, SignatureValue signatureValue, CertificateToken signingCertificate) Verifies the signature value against aToBeSigned
and aCertificateToken
-
Uses of ToBeSigned in eu.europa.esig.dss.token
Methods in eu.europa.esig.dss.token with parameters of type ToBeSignedModifier and TypeMethodDescriptionAbstractSignatureTokenConnection.sign
(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.sign
(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.sign
(ToBeSigned toBeSigned, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.sign
(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenkeyEntry
.SignatureTokenConnection.sign
(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigned
data with the digestdigestAlgorithm
and the givenkeyEntry
.SignatureTokenConnection.sign
(ToBeSigned toBeSigned, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigned
data with the pre-defined signature algorithmsignatureAlgorithm
, and the givenkeyEntry
. -
Uses of ToBeSigned in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return ToBeSignedModifier and TypeMethodDescriptionstatic ToBeSigned
DTOConverter.toToBeSigned
(ToBeSignedDTO toBeSignedDTO) ConvertsToBeSignedDTO
toToBeSigned
objectMethods in eu.europa.esig.dss.ws.converter with parameters of type ToBeSignedModifier and TypeMethodDescriptionstatic ToBeSignedDTO
DTOConverter.toToBeSignedDTO
(ToBeSigned toBeSigned) ConvertsToBeSigned
toToBeSignedDTO
object -
Uses of ToBeSigned in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature that return ToBeSignedModifier and TypeMethodDescriptionXAdESService.getDataToBeCounterSigned
(DSSDocument signatureDocument, XAdESCounterSignatureParameters parameters) XAdESService.getDataToSign
(DSSDocument toSignDocument, XAdESSignatureParameters parameters) XAdESService.getDataToSign
(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters)