Interface EvidenceRecordParser

All Known Implementing Classes:
XmlEvidenceRecordParser

public interface EvidenceRecordParser
Parses an Evidence Record document and produces an ordered list of ArchiveTimeStampChainObject elements
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses the Evidence Record object and returns a list of ArchiveTimeStampChainObjects representing an archive time-stamp sequence
  • Method Details

    • parse

      List<? extends ArchiveTimeStampChainObject> parse()
      Parses the Evidence Record object and returns a list of ArchiveTimeStampChainObjects representing an archive time-stamp sequence
      Returns:
      a list of ArchiveTimeStampChainObjects