Uses of Class
eu.europa.esig.dss.jades.validation.JAdESSignature
Package
Description
-
Uses of JAdESSignature in eu.europa.esig.dss.jades
Modifier and TypeMethodDescriptionstatic JAdESSignature
DSSJsonUtils.extractJAdESCounterSignature
(EtsiUComponent cSigAttribute, JAdESSignature masterSignature) Extracts a counter signature from 'cSig' value with respect to the found formatModifier 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
Modifier 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
ModifierConstructorDescriptionJAdESBaselineRequirementsChecker
(JAdESSignature signature, CertificateVerifier offlineCertificateVerifier) Default constructorJAdESSignatureIdentifierBuilder
(JAdESSignature signature) Default constructor -
Uses of JAdESSignature in eu.europa.esig.dss.jades.validation.scope
Modifier 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
ModifierConstructorDescriptionJAdESTimestampMessageDigestBuilder
(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