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(org.bouncycastle.cms.SignerInformation signerInfoToCounterSign, CAdESSignatureParameters parameters) Returns a data toBeSigned for a counter signature on the givensignerInfoToCounterSignCAdESService.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 TypeMethodDescriptionbooleanJAdESService.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 ToBeSignedExternalCMSService.buildToBeSignedData(DSSMessageDigest messageDigest, PAdESSignatureParameters parameters) This method builds aCMSSignedDatawithout 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 thetoSignDocumentandparameters.MultipleDocumentsSignatureService.getDataToSign(List<DSSDocument> toSignDocuments, SP parameters) Retrieves the bytes of the data that need to be signed based on thetoSignDocumentsandparameters.Methods in eu.europa.esig.dss.signature with parameters of type ToBeSignedModifier and TypeMethodDescriptionbooleanAbstractSignatureService.isValidSignatureValue(ToBeSigned toBeSigned, SignatureValue signatureValue, CertificateToken signingCertificate) booleanDocumentSignatureService.isValidSignatureValue(ToBeSigned toBeSigned, SignatureValue signatureValue, CertificateToken signingCertificate) Verifies the signature value against aToBeSignedand aCertificateTokenbooleanMultipleDocumentsSignatureService.isValidSignatureValue(ToBeSigned toBeSigned, SignatureValue signatureValue, CertificateToken signingCertificate) Verifies the signature value against aToBeSignedand 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, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.sign(ToBeSigned toBeSigned, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigneddata with the digestdigestAlgorithmand the givenkeyEntry.SignatureTokenConnection.sign(ToBeSigned toBeSigned, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigneddata 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 ToBeSignedDTOConverter.toToBeSigned(ToBeSignedDTO toBeSignedDTO) ConvertsToBeSignedDTOtoToBeSignedobjectMethods in eu.europa.esig.dss.ws.converter with parameters of type ToBeSignedModifier and TypeMethodDescriptionstatic ToBeSignedDTODTOConverter.toToBeSignedDTO(ToBeSigned toBeSigned) ConvertsToBeSignedtoToBeSignedDTOobject -
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)