Package ru.cg.webbpm.electronic_sign
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 Summary
-
Method Details
-
supportedFormatVersions
-
latestFormatVersion
String latestFormatVersion() -
getDocument
-