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 JAdESSignatureDSSJsonUtils.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 JAdESSignatureDSSJsonUtils.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 booleanJAdESSignaturePolicyStoreBuilder.addSignaturePolicyStoreIfDigestMatch(JAdESSignature jadesSignature, SignaturePolicyStore signaturePolicyStore, boolean base64UrlInstance, AbstractJWSDocumentAnalyzer documentAnalyzer) This method addsSignaturePolicyStoreto ajadesSignatureif requiredprotected voidJAdESLevelBaselineLT.assertSignatureValid(JAdESSignature jadesSignature, JAdESSignatureParameters params) This method checks the signature integrity and throws aDSSExceptionif the signature is broken.protected booleanJAdESSignaturePolicyStoreBuilder.checkDigest(JAdESSignature jadesSignature, SignaturePolicyStore signaturePolicyStore, AbstractJWSDocumentAnalyzer documentAnalyzer) This method verifies if the digests computed in the providedSignaturePolicyStorematch 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 thesignatureJAdESTimestampMessageDigestBuilder(JAdESSignature signature, TimestampToken timestampToken) The constructor to compute message-imprint for timestamps related to thesignatureJAdESTimestampSource(JAdESSignature signature) Default constructor