Interface DocumentEncoder<T>

Type Parameters:
T - the document type

public interface DocumentEncoder<T>
Document encoder interface.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
  • Method Summary

    Modifier and Type
    Method
    Description
    encodeDocument(T document)
    Encodes the supplied document into a Base64-encoding.