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 ToBeSignedASiCWithCAdESService. getDataToBeCounterSigned(DSSDocument asicContainer, CAdESCounterSignatureParameters parameters)ToBeSignedASiCWithCAdESService. 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 ToBeSignedAbstractASiCSignatureService. 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 ToBeSignedASiCWithXAdESService. getDataToBeCounterSigned(DSSDocument asicContainer, XAdESCounterSignatureParameters parameters)ToBeSignedASiCWithXAdESService. 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 ToBeSignedCAdESService. getDataToBeCounterSigned(DSSDocument signatureDocument, CAdESCounterSignatureParameters parameters)ToBeSignedCAdESService. getDataToBeCounterSigned(DSSDocument signatureDocument, org.bouncycastle.cms.SignerInformation signerInfoToCounterSign, CAdESSignatureParameters parameters)Returns a data toBeSigned for a counter signature on the givensignerInfoToCounterSignToBeSignedCAdESService. 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 ToBeSignedAbstractJAdESBuilder. buildDataToBeSigned()ToBeSignedJAdESBuilder. buildDataToBeSigned()Builds data to be signed by incorporating a detached payload when required (see 5.2.8.3 Mechanism ObjectIdByURI)ToBeSignedJAdESService. getDataToBeCounterSigned(DSSDocument signatureDocument, JAdESCounterSignatureParameters parameters)ToBeSignedJAdESService. getDataToSign(DSSDocument toSignDocument, JAdESSignatureParameters parameters)ToBeSignedJAdESService. 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 ToBeSignedPAdESService. 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 ToBeSignedCounterSignatureService. getDataToBeCounterSigned(DSSDocument signatureDocument, CSP parameters)Retrieves the bytes of the data that need to be counter signed fromsignatureDocument.ToBeSignedDocumentSignatureService. getDataToSign(DSSDocument toSignDocument, SP parameters)Retrieves the bytes of the data that need to be signed based on thetoSignDocumentandparameters.ToBeSignedMultipleDocumentsSignatureService. 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 ToBeSigned Modifier and Type Method Description booleanAbstractSignatureService. 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 ToBeSigned Modifier and Type Method Description SignatureValueAbstractSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)SignatureValueAbstractSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry)SignatureValueSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)This method signs thetoBeSigneddata with the digestdigestAlgorithm, the maskmgfand the givenkeyEntry.SignatureValueSignatureTokenConnection. sign(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry)This method signs thetoBeSigneddata with the digestdigestAlgorithmand 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 ToBeSignedDTOConverter. toToBeSigned(ToBeSignedDTO toBeSignedDTO)ConvertsToBeSignedDTOtoToBeSignedobjectMethods in eu.europa.esig.dss.ws.converter with parameters of type ToBeSigned Modifier and Type Method Description static 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 ToBeSigned Modifier and Type Method Description ToBeSignedXAdESService. getDataToBeCounterSigned(DSSDocument signatureDocument, XAdESCounterSignatureParameters parameters)ToBeSignedXAdESService. getDataToSign(DSSDocument toSignDocument, XAdESSignatureParameters parameters)ToBeSignedXAdESService. getDataToSign(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters)