Uses of Class
eu.europa.esig.dss.validation.scope.SignatureScope
Package
Description
-
Uses of SignatureScope in eu.europa.esig.dss.asic.cades.validation
Modifier and TypeMethodDescriptionprotected boolean
ASiCWithCAdESTimestampValidator.addReference
(SignatureScope signatureScope) -
Uses of SignatureScope in eu.europa.esig.dss.asic.cades.validation.scope
Modifier and TypeMethodDescriptionASiCWithCAdESSignatureScopeFinder.findSignatureScope
(CAdESSignature cadesSignature) ASiCWithCAdESTimestampScopeFinder.findTimestampScope
(TimestampToken timestampToken) protected List<SignatureScope>
ASiCWithCAdESTimestampScopeFinder.getTimestampSignatureScopeForDocument
(DSSDocument document) -
Uses of SignatureScope in eu.europa.esig.dss.cades.validation.scope
Modifier and TypeMethodDescriptionCAdESSignatureScopeFinder.findSignatureScope
(CAdESSignature cadesSignature) protected List<SignatureScope>
CAdESSignatureScopeFinder.getSignatureScopeFromOriginalDocument
(CAdESSignature cadesSignature, DSSDocument originalDocument) Returns a list ofSignatureScope
s from the signed documentprotected List<SignatureScope>
CAdESSignatureScopeFinder.getSignatureScopeFromReferenceValidation
(ReferenceValidation reference) Gets a list ofSignatureScope
s from aReferenceValidation
-
Uses of SignatureScope in eu.europa.esig.dss.jades
Modifier and TypeClassDescriptionclass
The signature scope used to define the HTTPHeader message bodyclass
The signature scope used to define the signed payload with HTTPHeader SigD Mechanism -
Uses of SignatureScope in eu.europa.esig.dss.jades.validation.scope
Modifier and TypeMethodDescriptionprotected SignatureScope
JAdESSignatureScopeFinder.getSignatureScopeFromOriginalDocument
(DSSDocument originalDocument) Returns aSignatureScope
for the givenoriginalDocument
Modifier and TypeMethodDescriptionJAdESSignatureScopeFinder.findSignatureScope
(JAdESSignature jadesSignature) protected List<SignatureScope>
JAdESSignatureScopeFinder.getSignatureScopeFromOriginalDocuments
(List<DSSDocument> originalDocuments) Extracts a SignatureScope list from a list of original documents -
Uses of SignatureScope in eu.europa.esig.dss.pades.validation.scope
Modifier and TypeClassDescriptionclass
Represents a FULL Pdf signature scope (signature/timestamp covers a complete PDF file)class
Represents a partial PDF signature scope, when a signature/timestamp's byte range does not cover the whole documentclass
The signature scope represents a signed PDF byte rangeModifier and TypeMethodDescriptionprotected SignatureScope
PdfRevisionScopeFinder.findSignatureScope
(PdfCMSRevision pdfRevision) Finds signature scopes from aPdfCMSRevision
Modifier and TypeMethodDescriptionPAdESSignatureScopeFinder.findSignatureScope
(PAdESSignature padesSignature) PAdESTimestampScopeFinder.findTimestampScope
(TimestampToken timestampToken) -
Uses of SignatureScope in eu.europa.esig.dss.validation
Modifier and TypeMethodDescriptionAdvancedSignature.getSignatureScopes()
Returns a list of found SignatureScopes NOTE: the methodfindSignatureScope(signatureScopeFinder)
shall be called beforeDefaultAdvancedSignature.getSignatureScopes()
Modifier and TypeMethodDescriptionprotected boolean
SignedDocumentValidator.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 String
UserFriendlyIdentifierProvider.getIdAsStringForSignatureScope
(SignatureScope signatureScope) Gets aString
identifier for a givenSignatureScope
Modifier and TypeMethodDescriptionprotected List<TimestampedReference>
SignedDocumentValidator.getTimestampedReferences
(List<SignatureScope> signatureScopes) Returns a list of timestamped references from the given list ofSignatureScope
s -
Uses of SignatureScope in eu.europa.esig.dss.validation.scope
Modifier and TypeClassDescriptionclass
This SignatureScope represents a content of a package.zip container file for an ASiC-S containerclass
This Signature Scope represents a "package.zip" container for ASiC-S signaturesclass
This signature scope is used to refer a counter-signed SignatureValueclass
The Signature Scope defines a Digest documentfinal class
Marker class meaning that the signature covers the whole document.class
This SignatureScope represents a Manifest entry documentfinal class
The Signature Scope represents a Manifest documentclass
The signature scope with the performed transformsModifier and TypeMethodDescriptionprotected List<SignatureScope>
EncapsulatedTimestampScopeFinder.filterCoveredSignatureScopes
(TimestampToken timestampToken) This method filters and returns coveredSignatureScope
s by the current timestampSignatureScopeFinder.findSignatureScope
(T advancedSignature) Returns a list ofSignatureScope
s from a signatureDetachedTimestampScopeFinder.findTimestampScope
(TimestampToken timestampToken) EncapsulatedTimestampScopeFinder.findTimestampScope
(TimestampToken timestampToken) TimestampScopeFinder.findTimestampScope
(TimestampToken timestampToken) This method returns a timestamp scope for the givenTimestampToken
SignatureScope.getChildren()
Returns a list of dependent signature scopes (e.g.protected List<SignatureScope>
DetachedTimestampScopeFinder.getTimestampSignatureScopeForDocument
(DSSDocument document) Returns a timestampedSignatureScope
for the given documentModifier and TypeMethodDescriptionvoid
SignatureScope.addChildSignatureScope
(SignatureScope signatureScope) Adds a new childSignatureScope
-
Uses of SignatureScope in eu.europa.esig.dss.validation.timestamp
Modifier and TypeMethodDescriptionTimestampToken.getTimestampScopes()
Returns the scope of the current timestamp (detached timestamps only)Modifier and TypeMethodDescriptionprotected List<TimestampedReference>
SignatureTimestampSource.getSignerDataTimestampedReferences
(List<SignatureScope> signatureScopes) Creates a list ofTimestampedReference
s from a given list ofSignatureScope
svoid
TimestampToken.setTimestampScopes
(List<SignatureScope> timestampScopes) Sets timestamp's signature scopes -
Uses of SignatureScope in eu.europa.esig.dss.xades.validation.scope
Modifier and TypeClassDescriptionclass
XML element signature scopefinal class
Defines a full XML document signature scopeclass
Defines a root XML document signature scopeclass
XPointer signature scopeModifier and TypeMethodDescriptionprotected List<SignatureScope>
XAdESTimestampScopeFinder.filterCoveredSignatureScopes
(TimestampToken timestampToken) XAdESSignatureScopeFinder.findSignatureScope
(XAdESSignature xadesSignature)