Uses of Class
eu.europa.esig.dss.validation.scope.SignatureScope
Packages that use SignatureScope
Package
Description
-
Uses of SignatureScope in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return types with arguments of type SignatureScopeModifier and TypeMethodDescriptionAdvancedSignature.getSignatureScopes()Returns a list of found SignatureScopes NOTE: the methodfindSignatureScope(signatureScopeFinder)shall be called beforeDefaultAdvancedSignature.getSignatureScopes()Methods in eu.europa.esig.dss.validation with parameters of type SignatureScopeModifier and TypeMethodDescriptionprotected booleanSignedDocumentValidator.addReference(SignatureScope signatureScope) Checks if the signature scope shall be added as a timestamped reference NOTE: used to avoid duplicates in ASiC with CAdES validator, due to covered signature/timestamp filesprotected StringUserFriendlyIdentifierProvider.getIdAsStringForSignatureScope(SignatureScope signatureScope) Gets aStringidentifier for a givenSignatureScopeMethod parameters in eu.europa.esig.dss.validation with type arguments of type SignatureScopeModifier and TypeMethodDescriptionprotected List<TimestampedReference>SignedDocumentValidator.getTimestampedReferences(List<SignatureScope> signatureScopes) Returns a list of timestamped references from the given list ofSignatureScopes -
Uses of SignatureScope in eu.europa.esig.dss.validation.scope
Subclasses of SignatureScope in eu.europa.esig.dss.validation.scopeModifier and TypeClassDescriptionclassThis SignatureScope represents a content of a package.zip container file for an ASiC-S containerclassThis Signature Scope represents a "package.zip" container for ASiC-S signaturesclassThis signature scope is used to refer a counter-signed SignatureValueclassThe Signature Scope defines a Digest documentfinal classMarker class meaning that the signature covers the whole document.classThis SignatureScope represents a Manifest entry documentfinal classThe Signature Scope represents a Manifest documentclassThe signature scope with the performed transformsMethods in eu.europa.esig.dss.validation.scope that return types with arguments of type SignatureScopeModifier and TypeMethodDescriptionprotected List<SignatureScope>EncapsulatedTimestampScopeFinder.filterCoveredSignatureScopes(TimestampToken timestampToken) This method filters and returns coveredSignatureScopes by the current timestampSignatureScopeFinder.findSignatureScope(T advancedSignature) Returns a list ofSignatureScopes from a signatureDetachedTimestampScopeFinder.findTimestampScope(TimestampToken timestampToken) EncapsulatedTimestampScopeFinder.findTimestampScope(TimestampToken timestampToken) TimestampScopeFinder.findTimestampScope(TimestampToken timestampToken) This method returns a timestamp scope for the givenTimestampTokenSignatureScope.getChildren()Returns a list of dependent signature scopes (e.g.protected List<SignatureScope>DetachedTimestampScopeFinder.getTimestampSignatureScopeForDocument(eu.europa.esig.dss.model.DSSDocument document) Returns a timestampedSignatureScopefor the given documentMethods in eu.europa.esig.dss.validation.scope with parameters of type SignatureScopeModifier and TypeMethodDescriptionvoidSignatureScope.addChildSignatureScope(SignatureScope signatureScope) Adds a new childSignatureScope -
Uses of SignatureScope in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type SignatureScopeModifier and TypeMethodDescriptionTimestampToken.getTimestampScopes()Returns the scope of the current timestamp (detached timestamps only)Method parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type SignatureScopeModifier and TypeMethodDescriptionprotected List<TimestampedReference>SignatureTimestampSource.getSignerDataTimestampedReferences(List<SignatureScope> signatureScopes) Creates a list ofTimestampedReferences from a given list ofSignatureScopesvoidTimestampToken.setTimestampScopes(List<SignatureScope> timestampScopes) Sets timestamp's signature scopes