Class XmlDownloadResult

java.lang.Object
eu.europa.esig.dss.tsl.download.XmlDownloadResult
All Implemented Interfaces:
CachedResult

public class XmlDownloadResult extends Object implements CachedResult
Defines the download result
  • Constructor Summary

    Constructors
    Constructor
    Description
    XmlDownloadResult(eu.europa.esig.dss.model.DSSDocument dssDocument, eu.europa.esig.dss.model.Digest digest)
    Default constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    eu.europa.esig.dss.model.Digest
    Gets digest of a canonicalized document
    eu.europa.esig.dss.model.DSSDocument
    Gets the downloaded document

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XmlDownloadResult

      public XmlDownloadResult(eu.europa.esig.dss.model.DSSDocument dssDocument, eu.europa.esig.dss.model.Digest digest)
      Default constructor
      Parameters:
      dssDocument - DSSDocument downloaded document
      digest - Digest of the canonicalized document
  • Method Details

    • getDSSDocument

      public eu.europa.esig.dss.model.DSSDocument getDSSDocument()
      Gets the downloaded document
      Returns:
      DSSDocument
    • getDigest

      public eu.europa.esig.dss.model.Digest getDigest()
      Gets digest of a canonicalized document
      Returns:
      Digest