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