Uses of Class
eu.europa.esig.dss.jades.validation.JAdESSignature
Packages that use JAdESSignature
Package
Description
-
Uses of JAdESSignature in eu.europa.esig.dss.jades
Methods in eu.europa.esig.dss.jades that return JAdESSignatureModifier and TypeMethodDescriptionstatic JAdESSignature
DSSJsonUtils.extractJAdESCounterSignature
(EtsiUComponent cSigAttribute, JAdESSignature masterSignature) Extracts a counter signature from 'cSig' value with respect to the found formatMethods in eu.europa.esig.dss.jades with parameters of type JAdESSignatureModifier and TypeMethodDescriptionstatic JAdESSignature
DSSJsonUtils.extractJAdESCounterSignature
(EtsiUComponent cSigAttribute, JAdESSignature masterSignature) Extracts a counter signature from 'cSig' value with respect to the found format -
Uses of JAdESSignature in eu.europa.esig.dss.jades.signature
Methods in eu.europa.esig.dss.jades.signature with parameters of type JAdESSignatureModifier and TypeMethodDescriptionprotected boolean
JAdESSignaturePolicyStoreBuilder.addSignaturePolicyStoreIfDigestMatch
(JAdESSignature jadesSignature, SignaturePolicyStore signaturePolicyStore, boolean base64UrlInstance, SignedDocumentValidator documentValidator) This method addsSignaturePolicyStore
to ajadesSignature
if requiredprotected void
JAdESLevelBaselineLT.assertSignatureValid
(JAdESSignature jadesSignature, JAdESSignatureParameters params) This method checks the signature integrity and throws aDSSException
if the signature is broken.protected boolean
JAdESSignaturePolicyStoreBuilder.checkDigest
(JAdESSignature jadesSignature, SignaturePolicyStore signaturePolicyStore, SignedDocumentValidator documentValidator) This method verifies if the digests computed in the providedSignaturePolicyStore
match the digest defined in the incorporated signature policy identifier -
Uses of JAdESSignature in eu.europa.esig.dss.jades.validation
Constructors in eu.europa.esig.dss.jades.validation with parameters of type JAdESSignatureModifierConstructorDescriptionJAdESBaselineRequirementsChecker
(JAdESSignature signature, CertificateVerifier offlineCertificateVerifier) Default constructorJAdESSignatureIdentifierBuilder
(JAdESSignature signature) Default constructor -
Uses of JAdESSignature in eu.europa.esig.dss.jades.validation.scope
Methods in eu.europa.esig.dss.jades.validation.scope with parameters of type JAdESSignatureModifier and TypeMethodDescriptionJAdESSignatureScopeFinder.findSignatureScope
(JAdESSignature jadesSignature) protected List<DSSDocument>
JAdESSignatureScopeFinder.getOriginalDocuments
(JAdESSignature jadesSignature) Returns original documents for the given JAdES signature -
Uses of JAdESSignature in eu.europa.esig.dss.jades.validation.timestamp
Constructors in eu.europa.esig.dss.jades.validation.timestamp with parameters of type JAdESSignatureModifierConstructorDescriptionJAdESTimestampMessageDigestBuilder
(JAdESSignature signature, DigestAlgorithm digestAlgorithm) The constructor to compute message-imprint for timestamps related to thesignature
JAdESTimestampMessageDigestBuilder
(JAdESSignature signature, TimestampToken timestampToken) The constructor to compute message-imprint for timestamps related to thesignature
JAdESTimestampSource
(JAdESSignature signature) Default constructor