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. 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. 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. getDataToSign(DSSDocument toSignDocument, CAdESSignatureParameters 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
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
. -
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)
Methods in eu.europa.esig.dss.ws.converter with parameters of type ToBeSigned Modifier and Type Method Description static ToBeSignedDTO
DTOConverter. toToBeSignedDTO(ToBeSigned toBeSigned)
-
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. getDataToSign(DSSDocument toSignDocument, XAdESSignatureParameters parameters)
ToBeSigned
XAdESService. getDataToSign(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters)