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 SignatureScopes from an AdvancedSignature
  • Method Summary

    Modifier and Type
    Method
    Description
    findSignatureScope(T advancedSignature)
    Returns a list of SignatureScopes from a signature
  • Method Details