Uses of Class
eu.europa.esig.dss.model.ToBeSigned
-
Uses of ToBeSigned in eu.europa.esig.dss.asic.cades.signature
Methods in eu.europa.esig.dss.asic.cades.signature that return ToBeSigned Modifier and Type Method Description ToBeSigned
ASiCWithCAdESService. getDataToBeCounterSigned(DSSDocument asicContainer, CAdESCounterSignatureParameters parameters)
ToBeSigned
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 ToBeSigned Modifier and Type Method Description ToBeSigned
AbstractASiCSignatureService. 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 ToBeSigned Modifier and Type Method Description ToBeSigned
ASiCWithXAdESService. getDataToBeCounterSigned(DSSDocument asicContainer, XAdESCounterSignatureParameters parameters)
ToBeSigned
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 ToBeSigned Modifier and Type Method Description ToBeSigned
CAdESService. getDataToBeCounterSigned(DSSDocument signatureDocument, CAdESCounterSignatureParameters parameters)
ToBeSigned
CAdESService. getDataToBeCounterSigned(DSSDocument signatureDocument, org.bouncycastle.cms.SignerInformation signerInfoToCounterSign, CAdESSignatureParameters parameters)
Returns a data toBeSigned for a counter signature on the givensignerInfoToCounterSign
ToBeSigned
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 ToBeSigned Modifier and Type Method Description ToBeSigned
AbstractJAdESBuilder. buildDataToBeSigned()
ToBeSigned
JAdESBuilder. buildDataToBeSigned()
Builds data to be signed by incorporating a detached payload when required (see 5.2.8.3 Mechanism ObjectIdByURI)ToBeSigned
JAdESService. getDataToBeCounterSigned(DSSDocument signatureDocument, JAdESCounterSignatureParameters parameters)
ToBeSigned
JAdESService. getDataToSign(DSSDocument toSignDocument, JAdESSignatureParameters parameters)
ToBeSigned
JAdESService. getDataToSign(List<DSSDocument> toSignDocuments, JAdESSignatureParameters parameters)
-
Uses of ToBeSigned in eu.europa.esig.dss.pades.signature
Methods in eu.europa.esig.dss.pades.signature that return ToBeSigned Modifier and Type Method Description ToBeSigned
PAdESService. getDataToSign(DSSDocument toSignDocument, PAdESSignatureParameters parameters)
-
Uses of ToBeSigned in eu.europa.esig.dss.signature
Methods in eu.europa.esig.dss.signature that return ToBeSigned Modifier and Type Method Description ToBeSigned
CounterSignatureService. getDataToBeCounterSigned(DSSDocument signatureDocument, CSP parameters)
Retrieves the bytes of the data that need to be counter signed fromsignatureDocument
.ToBeSigned
DocumentSignatureService. getDataToSign(DSSDocument toSignDocument, SP parameters)
Retrieves the bytes of the data that need to be signed based on thetoSignDocument
andparameters
.ToBeSigned
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 ToBeSigned Modifier and Type Method Description boolean
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 ToBeSigned Modifier and Type Method Description SignatureValue
AbstractSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)
SignatureValue
AbstractSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry)
SignatureValue
SignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)
This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenkeyEntry
.SignatureValue
SignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry)
This method signs thetoBeSigned
data with the digestdigestAlgorithm
and the givenkeyEntry
. -
Uses of ToBeSigned in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return ToBeSigned Modifier and Type Method Description static ToBeSigned
DTOConverter. toToBeSigned(ToBeSignedDTO toBeSignedDTO)
ConvertsToBeSignedDTO
toToBeSigned
objectMethods in eu.europa.esig.dss.ws.converter with parameters of type ToBeSigned Modifier and Type Method Description static 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 ToBeSigned Modifier and Type Method Description ToBeSigned
XAdESService. getDataToBeCounterSigned(DSSDocument signatureDocument, XAdESCounterSignatureParameters parameters)
ToBeSigned
XAdESService. getDataToSign(DSSDocument toSignDocument, XAdESSignatureParameters parameters)
ToBeSigned
XAdESService. getDataToSign(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters)