Uses of Class
eu.europa.esig.dss.model.SignatureValue
-
-
-
Uses of SignatureValue in eu.europa.esig.dss.asic.cades.signature
Methods in eu.europa.esig.dss.asic.cades.signature with parameters of type SignatureValue Modifier and Type Method Description DSSDocumentASiCWithCAdESService. signDocument(List<DSSDocument> toSignDocuments, ASiCWithCAdESSignatureParameters parameters, SignatureValue signatureValue) -
Uses of SignatureValue in eu.europa.esig.dss.asic.common.signature
Methods in eu.europa.esig.dss.asic.common.signature with parameters of type SignatureValue Modifier and Type Method Description DSSDocumentAbstractASiCSignatureService. signDocument(DSSDocument toSignDocument, SP parameters, SignatureValue signatureValue) -
Uses of SignatureValue in eu.europa.esig.dss.asic.xades.signature
Methods in eu.europa.esig.dss.asic.xades.signature with parameters of type SignatureValue Modifier and Type Method Description DSSDocumentASiCWithXAdESService. signDocument(List<DSSDocument> toSignDocuments, ASiCWithXAdESSignatureParameters parameters, SignatureValue signatureValue) -
Uses of SignatureValue in eu.europa.esig.dss.cades.signature
Methods in eu.europa.esig.dss.cades.signature with parameters of type SignatureValue Modifier and Type Method Description DSSDocumentCAdESService. signDocument(DSSDocument toSignDocument, CAdESSignatureParameters parameters, SignatureValue signatureValue) -
Uses of SignatureValue in eu.europa.esig.dss.pades.signature
Methods in eu.europa.esig.dss.pades.signature with parameters of type SignatureValue Modifier and Type Method Description protected byte[]PAdESService. generateCMSSignedData(DSSDocument toSignDocument, PAdESSignatureParameters parameters, SignatureValue signatureValue)DSSDocumentPAdESService. signDocument(DSSDocument toSignDocument, PAdESSignatureParameters parameters, SignatureValue signatureValue) -
Uses of SignatureValue in eu.europa.esig.dss.signature
Methods in eu.europa.esig.dss.signature with parameters of type SignatureValue Modifier and Type Method Description DSSDocumentDocumentSignatureService. signDocument(DSSDocument toSignDocument, SP parameters, SignatureValue signatureValue)Signs the toSignDocument with the provided signatureValue.DSSDocumentMultipleDocumentsSignatureService. signDocument(List<DSSDocument> toSignDocuments, SP parameters, SignatureValue signatureValue)Signs the toSignDocuments with the provided signatureValue. -
Uses of SignatureValue in eu.europa.esig.dss.test.signature
Methods in eu.europa.esig.dss.test.signature that return SignatureValue Modifier and Type Method Description SignatureValueExternalSignatureResult. getSignatureValue()Methods in eu.europa.esig.dss.test.signature with parameters of type SignatureValue Modifier and Type Method Description voidExternalSignatureResult. setSignatureValue(SignatureValue signatureValue) -
Uses of SignatureValue in eu.europa.esig.dss.token
Methods in eu.europa.esig.dss.token that return SignatureValue 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.SignatureValueAbstractSignatureTokenConnection. signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)SignatureValueAbstractSignatureTokenConnection. signDigest(Digest digest, DSSPrivateKeyEntry keyEntry)SignatureValueSignatureTokenConnection. signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)This method signs thedigestdata with the givenkeyEntry.SignatureValueSignatureTokenConnection. signDigest(Digest digest, DSSPrivateKeyEntry keyEntry)This method signs thedigestdata with the givenkeyEntry. -
Uses of SignatureValue in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return SignatureValue Modifier and Type Method Description static SignatureValueDTOConverter. toSignatureValue(SignatureValueDTO signatureValueDTO)Methods in eu.europa.esig.dss.ws.converter with parameters of type SignatureValue Modifier and Type Method Description static SignatureValueDTODTOConverter. toSignatureValueDTO(SignatureValue signatureValue) -
Uses of SignatureValue in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common that return SignatureValue Modifier and Type Method Description protected SignatureValueAbstractRemoteSignatureServiceImpl. toSignatureValue(SignatureValueDTO signatureValueDTO) -
Uses of SignatureValue in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature with parameters of type SignatureValue Modifier and Type Method Description DSSDocumentXAdESService. signDocument(DSSDocument toSignDocument, XAdESSignatureParameters parameters, SignatureValue signatureValue)DSSDocumentXAdESService. signDocument(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters, SignatureValue signatureValue)
-