Uses of Class
eu.europa.esig.dss.model.SignatureValue
Packages that use SignatureValue
Package
Description
-
Uses of SignatureValue in eu.europa.esig.dss.asic.cades.signature
Methods in eu.europa.esig.dss.asic.cades.signature with parameters of type SignatureValueModifier and TypeMethodDescriptionASiCWithCAdESService.counterSignSignature
(DSSDocument asicContainer, CAdESCounterSignatureParameters parameters, SignatureValue signatureValue) ASiCWithCAdESService.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 SignatureValueModifier and TypeMethodDescriptionAbstractASiCSignatureService.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 SignatureValueModifier and TypeMethodDescriptionASiCWithXAdESService.counterSignSignature
(DSSDocument asicContainer, XAdESCounterSignatureParameters parameters, SignatureValue signatureValue) ASiCWithXAdESService.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 SignatureValueModifier and TypeMethodDescriptionCAdESCounterSignatureBuilder.addCounterSignature
(org.bouncycastle.cms.CMSSignedData originalCMSSignedData, CAdESCounterSignatureParameters parameters, SignatureValue signatureValue) Adds a counter signature the provided CMSSignedDataCAdESService.counterSignSignature
(DSSDocument signatureDocument, CAdESCounterSignatureParameters parameters, SignatureValue signatureValue) CAdESService.signDocument
(DSSDocument toSignDocument, CAdESSignatureParameters parameters, SignatureValue signatureValue) -
Uses of SignatureValue in eu.europa.esig.dss.jades.signature
Methods in eu.europa.esig.dss.jades.signature with parameters of type SignatureValueModifier and TypeMethodDescriptionJAdESBuilder.build
(SignatureValue signatureValue) Builds a signatureJAdESCompactBuilder.build
(SignatureValue signatureValue) Builds the concatenation of signed header and payload (dataTobeSigned string) in the way : BASE64URL(UTF8(JWS Protected Header)) || '.' || BASE64URL(JWS Payload)JAdESSerializationBuilder.build
(SignatureValue signatureValue) JAdESService.counterSignSignature
(DSSDocument signatureDocument, JAdESCounterSignatureParameters parameters, SignatureValue signatureValue) boolean
JAdESService.isValidSignatureValue
(ToBeSigned toBeSigned, SignatureValue signatureValue, CertificateToken signingCertificate) JAdESService.signDocument
(DSSDocument toSignDocument, JAdESSignatureParameters parameters, SignatureValue signatureValue) JAdESService.signDocument
(List<DSSDocument> toSignDocuments, JAdESSignatureParameters 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 SignatureValueModifier and TypeMethodDescriptionprotected org.bouncycastle.cms.CMSSignedData
ExternalCMSService.buildCMSSignedData
(DSSMessageDigest messageDigest, PAdESSignatureParameters parameters, SignatureValue signatureValue) This method builds aCMSSignedData
without executing additional checks on provided configurationprotected byte[]
PAdESService.generateCMSSignedData
(DSSDocument toSignDocument, PAdESSignatureParameters parameters, SignatureValue signatureValue) Generates the CMSSignedDataPAdESService.signDocument
(DSSDocument toSignDocument, PAdESSignatureParameters parameters, SignatureValue signatureValue) ExternalCMSService.signMessageDigest
(DSSMessageDigest messageDigest, PAdESSignatureParameters parameters, SignatureValue signatureValue) This method is used to create a signed CMSSignedData to be used for incorporation within a PDF document for a PAdES signature creation -
Uses of SignatureValue in eu.europa.esig.dss.signature
Methods in eu.europa.esig.dss.signature that return SignatureValueModifier and TypeMethodDescriptionprotected SignatureValue
AbstractSignatureService.ensureSignatureValue
(SignatureAlgorithm targetSignatureAlgorithm, SignatureValue signatureValue) This method ensures the providedsignatureValue
has the expectedtargetSignatureAlgorithm
SignatureValueChecker.ensureSignatureValue
(SignatureValue signatureValue, SignatureAlgorithm targetSignatureAlgorithm) This method ensures the providedsignatureValue
has the expectedtargetSignatureAlgorithm
Methods in eu.europa.esig.dss.signature with parameters of type SignatureValueModifier and TypeMethodDescriptionCounterSignatureService.counterSignSignature
(DSSDocument signatureDocument, CSP parameters, SignatureValue signatureValue) Counter-signs thesignatureDocument
with the provided signatureValue.protected SignatureValue
AbstractSignatureService.ensureSignatureValue
(SignatureAlgorithm targetSignatureAlgorithm, SignatureValue signatureValue) This method ensures the providedsignatureValue
has the expectedtargetSignatureAlgorithm
SignatureValueChecker.ensureSignatureValue
(SignatureValue signatureValue, SignatureAlgorithm targetSignatureAlgorithm) This method ensures the providedsignatureValue
has the expectedtargetSignatureAlgorithm
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
DocumentSignatureService.signDocument
(DSSDocument toSignDocument, SP parameters, SignatureValue signatureValue) Signs the toSignDocument with the provided signatureValue.MultipleDocumentsSignatureService.signDocument
(List<DSSDocument> toSignDocuments, SP parameters, SignatureValue signatureValue) Signs the toSignDocuments with the provided signatureValue. -
Uses of SignatureValue in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi that return SignatureValueModifier and TypeMethodDescriptionstatic SignatureValue
DSSUtils.convertECSignatureValue
(SignatureAlgorithm expectedAlgorithm, SignatureValue signatureValue) This method ensures theSignatureValue
has an expected format and converts it when requiredMethods in eu.europa.esig.dss.spi with parameters of type SignatureValueModifier and TypeMethodDescriptionstatic SignatureValue
DSSUtils.convertECSignatureValue
(SignatureAlgorithm expectedAlgorithm, SignatureValue signatureValue) This method ensures theSignatureValue
has an expected format and converts it when required -
Uses of SignatureValue in eu.europa.esig.dss.token
Methods in eu.europa.esig.dss.token that return SignatureValueModifier and TypeMethodDescriptionAbstractSignatureTokenConnection.sign
(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.sign
(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.sign
(ToBeSigned toBeSigned, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.sign
(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigned
data with the digestdigestAlgorithm
, the maskmgf
and the givenkeyEntry
.SignatureTokenConnection.sign
(ToBeSigned toBeSigned, DigestAlgorithm digestAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigned
data with the digestdigestAlgorithm
and the givenkeyEntry
.SignatureTokenConnection.sign
(ToBeSigned toBeSigned, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thetoBeSigned
data with the pre-defined signature algorithmsignatureAlgorithm
, and the givenkeyEntry
.AbstractSignatureTokenConnection.signDigest
(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.signDigest
(Digest digest, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) AbstractSignatureTokenConnection.signDigest
(Digest digest, DSSPrivateKeyEntry keyEntry) SignatureTokenConnection.signDigest
(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry) This method signs thedigest
data with the givenkeyEntry
.SignatureTokenConnection.signDigest
(Digest digest, SignatureAlgorithm signatureAlgorithm, DSSPrivateKeyEntry keyEntry) This method signs thedigest
data with the pre-definedsignatureAlgorithm
and the givenkeyEntry
.SignatureTokenConnection.signDigest
(Digest digest, DSSPrivateKeyEntry keyEntry) This method signs thedigest
data with the givenkeyEntry
. -
Uses of SignatureValue in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return SignatureValueModifier and TypeMethodDescriptionstatic SignatureValue
DTOConverter.toSignatureValue
(SignatureValueDTO signatureValueDTO) ConvertsSignatureValueDTO
toSignatureValue
objectMethods in eu.europa.esig.dss.ws.converter with parameters of type SignatureValueModifier and TypeMethodDescriptionstatic SignatureValueDTO
DTOConverter.toSignatureValueDTO
(SignatureValue signatureValue) ConvertsSignatureValue
toSignatureValueDTO
object -
Uses of SignatureValue in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common that return SignatureValueModifier and TypeMethodDescriptionprotected SignatureValue
AbstractRemoteSignatureServiceImpl.toSignatureValue
(SignatureValueDTO signatureValueDTO) TransformsSignatureValueDTO
toSignatureValue
-
Uses of SignatureValue in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature with parameters of type SignatureValueModifier and TypeMethodDescriptionXAdESService.counterSignSignature
(DSSDocument signatureDocument, XAdESCounterSignatureParameters parameters, SignatureValue signatureValue) XAdESService.signDocument
(DSSDocument toSignDocument, XAdESSignatureParameters parameters, SignatureValue signatureValue) XAdESService.signDocument
(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters, SignatureValue signatureValue)