- All Known Implementing Classes:
DetachedTimestampScopeFinder,EncapsulatedTimestampScopeFinder,EvidenceRecordTimestampScopeFinder
public interface TimestampScopeFinder
This interface is used to find a signature scope for a timestamp
-
Method Summary
Modifier and TypeMethodDescriptionList<eu.europa.esig.dss.model.scope.SignatureScope> findTimestampScope(TimestampToken timestampToken) This method returns a timestamp scope for the givenTimestampToken
-
Method Details
-
findTimestampScope
List<eu.europa.esig.dss.model.scope.SignatureScope> findTimestampScope(TimestampToken timestampToken) This method returns a timestamp scope for the givenTimestampToken- Parameters:
timestampToken-TimestampTokento get signature scope for- Returns:
- a list of
SignatureScopes
-