Interface TimestampScopeFinder
- All Known Implementing Classes:
ASiCWithCAdESTimestampScopeFinder
,DetachedTimestampScopeFinder
,EncapsulatedTimestampScopeFinder
,PAdESTimestampScopeFinder
,XAdESTimestampScopeFinder
public interface TimestampScopeFinder
This interface is used to find a signature scope for a timestamp
-
Method Summary
Modifier and TypeMethodDescriptionfindTimestampScope
(TimestampToken timestampToken) This method returns a timestamp scope for the givenTimestampToken
void
setDefaultDigestAlgorithm
(DigestAlgorithm digestAlgorithm) Sets the default DigestAlgorithm to use forSignatureScope
digest computation
-
Method Details
-
findTimestampScope
This method returns a timestamp scope for the givenTimestampToken
- Parameters:
timestampToken
-TimestampToken
to get signature scope for- Returns:
- a list of
SignatureScope
s
-
setDefaultDigestAlgorithm
Sets the default DigestAlgorithm to use forSignatureScope
digest computation- Parameters:
digestAlgorithm
-DigestAlgorithm
to use
-