Interface SignatureScopeFinder<T extends AdvancedSignature>
- Type Parameters:
T
-AdvancedSignature
implementation
- All Known Implementing Classes:
CAdESSignatureScopeFinder
,JAdESSignatureScopeFinder
,PAdESSignatureScopeFinder
,XAdESSignatureScopeFinder
public interface SignatureScopeFinder<T extends AdvancedSignature>
Builds a list of
SignatureScope
s from an AdvancedSignature
-
Method Summary
Modifier and TypeMethodDescriptionfindSignatureScope
(T advancedSignature) Returns a list ofSignatureScope
s from a signature
-
Method Details
-
findSignatureScope
Returns a list ofSignatureScope
s from a signature- Parameters:
advancedSignature
-AdvancedSignature
to get signatureScopes for- Returns:
- a list of
SignatureScope
s
-