Interface DocumentProvider<T>


public interface DocumentProvider<T>
Provides document for signing. Provides information on supported document format versions. Format version must change in cases like adding or removing information from document.
Author:
Tim Urmancheev
  • Method Details

    • supportedFormatVersions

      List<String> supportedFormatVersions()
    • latestFormatVersion

      String latestFormatVersion()
    • getDocument

      String getDocument(T documentId, String version)