Class XAdESTimestampScopeFinder
java.lang.Object
eu.europa.esig.dss.spi.validation.scope.AbstractSignatureScopeFinder
eu.europa.esig.dss.spi.validation.scope.EncapsulatedTimestampScopeFinder
eu.europa.esig.dss.xades.validation.scope.XAdESTimestampScopeFinder
- All Implemented Interfaces:
TimestampScopeFinder
Finds a timestamp scope for a XAdES encapsulated timestamps
-
Field Summary
Fields inherited from class eu.europa.esig.dss.spi.validation.scope.EncapsulatedTimestampScopeFinder
signature
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List
<SignatureScope> filterCoveredSignatureScopes
(TimestampToken timestampToken) This method filters and returns coveredSignatureScope
s by the current timestampMethods inherited from class eu.europa.esig.dss.spi.validation.scope.EncapsulatedTimestampScopeFinder
findTimestampScope, setSignature
Methods inherited from class eu.europa.esig.dss.spi.validation.scope.AbstractSignatureScopeFinder
createDigestDocument, createInMemoryDocument, isASiCEArchive, isASiCSArchive
-
Constructor Details
-
XAdESTimestampScopeFinder
public XAdESTimestampScopeFinder()Default constructor
-
-
Method Details
-
filterCoveredSignatureScopes
Description copied from class:EncapsulatedTimestampScopeFinder
This method filters and returns coveredSignatureScope
s by the current timestamp- Overrides:
filterCoveredSignatureScopes
in classEncapsulatedTimestampScopeFinder
- Parameters:
timestampToken
-TimestampToken
- Returns:
- a list of
SignatureScope
s
-