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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<SignatureScope>filterCoveredSignatureScopes(TimestampToken timestampToken) This method filters and returns coveredSignatureScopes by the current timestampMethods inherited from class eu.europa.esig.dss.validation.scope.EncapsulatedTimestampScopeFinder
findTimestampScope, setSignatureMethods inherited from class eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder
getDefaultDigestAlgorithm, getDigest, getDigest, getTokenIdentifierProvider, isASiCEArchive, isASiCSArchive, setDefaultDigestAlgorithm, setTokenIdentifierProviderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:EncapsulatedTimestampScopeFinderThis method filters and returns coveredSignatureScopes by the current timestamp- Overrides:
filterCoveredSignatureScopesin classEncapsulatedTimestampScopeFinder- Parameters:
timestampToken-TimestampToken- Returns:
- a list of
SignatureScopes
-