Class XAdESTimestampScopeFinder
java.lang.Object
eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder
eu.europa.esig.dss.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.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.validation.scope.EncapsulatedTimestampScopeFinder
findTimestampScope, setSignature
Methods inherited from class eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder
getDefaultDigestAlgorithm, getDigest, getDigest, getTokenIdentifierProvider, isASiCEArchive, isASiCSArchive, setDefaultDigestAlgorithm, setTokenIdentifierProvider
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.europa.esig.dss.validation.scope.TimestampScopeFinder
setDefaultDigestAlgorithm
-
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
-