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