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 DSSDocument
ASiCWithCAdESService. counterSignSignature(DSSDocument asicContainer, CAdESCounterSignatureParameters parameters, SignatureValue signatureValue)
DSSDocument
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 SignatureValue Modifier and Type Method Description DSSDocument
AbstractASiCSignatureService. 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 DSSDocument
ASiCWithXAdESService. counterSignSignature(DSSDocument asicContainer, XAdESCounterSignatureParameters parameters, SignatureValue signatureValue)
DSSDocument
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 SignatureValue Modifier and Type Method Description CMSSignedDocument
CAdESCounterSignatureBuilder. addCounterSignature(org.bouncycastle.cms.CMSSignedData originalCMSSignedData, CAdESCounterSignatureParameters parameters, SignatureValue signatureValue)
Adds a counter signature the provided CMSSignedDataDSSDocument
CAdESService. counterSignSignature(DSSDocument signatureDocument, CAdESCounterSignatureParameters parameters, SignatureValue signatureValue)
DSSDocument
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 SignatureValue Modifier and Type Method Description DSSDocument
JAdESBuilder. build(SignatureValue signatureValue)
Builds a signatureDSSDocument
JAdESCompactBuilder. build(SignatureValue signatureValue)
Builds the concatenation of signed header and payload (dataTobeSigned string) in the way : BASE64URL(UTF8(JWS Protected Header)) || '.' || BASE64URL(JWS Payload)DSSDocument
JAdESSerializationBuilder. build(SignatureValue signatureValue)
DSSDocument
JAdESService. counterSignSignature(DSSDocument signatureDocument, JAdESCounterSignatureParameters parameters, SignatureValue signatureValue)
DSSDocument
JAdESService. signDocument(DSSDocument toSignDocument, JAdESSignatureParameters parameters, SignatureValue signatureValue)
DSSDocument
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 SignatureValue Modifier and Type Method Description protected byte[]
PAdESService. generateCMSSignedData(DSSDocument toSignDocument, PAdESSignatureParameters parameters, SignatureValue signatureValue)
Generates the CMSSignedDataDSSDocument
PAdESService. 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 DSSDocument
CounterSignatureService. counterSignSignature(DSSDocument signatureDocument, CSP parameters, SignatureValue signatureValue)
Counter signs thesignatureDocument
with the provided signatureValue.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
DSSDocument
DocumentSignatureService. signDocument(DSSDocument toSignDocument, SP parameters, SignatureValue signatureValue)
Signs the toSignDocument with the provided signatureValue.DSSDocument
MultipleDocumentsSignatureService. signDocument(List<DSSDocument> toSignDocuments, SP parameters, SignatureValue signatureValue)
Signs the toSignDocuments with the provided 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 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
.SignatureValue
AbstractSignatureTokenConnection. signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)
SignatureValue
AbstractSignatureTokenConnection. signDigest(Digest digest, DSSPrivateKeyEntry keyEntry)
SignatureValue
SignatureTokenConnection. signDigest(Digest digest, MaskGenerationFunction mgf, DSSPrivateKeyEntry keyEntry)
This method signs thedigest
data with the givenkeyEntry
.SignatureValue
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 SignatureValue Modifier and Type Method Description static SignatureValue
DTOConverter. toSignatureValue(SignatureValueDTO signatureValueDTO)
ConvertsSignatureValueDTO
toSignatureValue
objectMethods in eu.europa.esig.dss.ws.converter with parameters of type SignatureValue Modifier and Type Method Description static 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 SignatureValue Modifier and Type Method Description protected 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 SignatureValue Modifier and Type Method Description DSSDocument
XAdESService. counterSignSignature(DSSDocument signatureDocument, XAdESCounterSignatureParameters parameters, SignatureValue signatureValue)
DSSDocument
XAdESService. signDocument(DSSDocument toSignDocument, XAdESSignatureParameters parameters, SignatureValue signatureValue)
DSSDocument
XAdESService. signDocument(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters, SignatureValue signatureValue)