Uses of Class
eu.europa.esig.dss.jades.validation.AbstractJWSDocumentAnalyzer
Packages that use AbstractJWSDocumentAnalyzer
-
Uses of AbstractJWSDocumentAnalyzer in eu.europa.esig.dss.jades.signature
Fields in eu.europa.esig.dss.jades.signature declared as AbstractJWSDocumentAnalyzerModifier and TypeFieldDescriptionprotected AbstractJWSDocumentAnalyzer
JAdESLevelBaselineT.documentValidator
The cached instance of a document validatorMethods in eu.europa.esig.dss.jades.signature with parameters of type AbstractJWSDocumentAnalyzerModifier and TypeMethodDescriptionprotected boolean
JAdESSignaturePolicyStoreBuilder.addSignaturePolicyStoreIfDigestMatch
(JAdESSignature jadesSignature, SignaturePolicyStore signaturePolicyStore, boolean base64UrlInstance, AbstractJWSDocumentAnalyzer documentAnalyzer) This method addsSignaturePolicyStore
to ajadesSignature
if requiredprotected boolean
JAdESSignaturePolicyStoreBuilder.checkDigest
(JAdESSignature jadesSignature, SignaturePolicyStore signaturePolicyStore, AbstractJWSDocumentAnalyzer documentAnalyzer) This method verifies if the digests computed in the providedSignaturePolicyStore
match the digest defined in the incorporated signature policy identifier -
Uses of AbstractJWSDocumentAnalyzer in eu.europa.esig.dss.jades.validation
Subclasses of AbstractJWSDocumentAnalyzer in eu.europa.esig.dss.jades.validationModifier and TypeClassDescriptionclass
Validates a JWS Compact signatureclass
{ "payload":"payload contents", "signatures":[ {"protected":"integrity-protected header 1 contents", "header":non-integrity-protected header 1 contents, "signature":"signature 1 contents"}, ...Methods in eu.europa.esig.dss.jades.validation that return AbstractJWSDocumentAnalyzerModifier and TypeMethodDescriptionJWSDocumentAnalyzerFactory.create
(DSSDocument document) AbstractJWSDocumentValidator.getDocumentAnalyzer()
Constructors in eu.europa.esig.dss.jades.validation with parameters of type AbstractJWSDocumentAnalyzerModifierConstructorDescriptionprotected
AbstractJWSDocumentValidator
(AbstractJWSDocumentAnalyzer jwsDocumentAnalyzer) Empty constructor