Class TimestampValidationReport

java.lang.Object
org.digidoc4j.impl.asic.report.TimestampValidationReport
All Implemented Interfaces:
Serializable

public class TimestampValidationReport extends Object
See Also:
  • Constructor Details

    • TimestampValidationReport

      public TimestampValidationReport()
  • Method Details

    • create

      public static TimestampValidationReport create(eu.europa.esig.dss.simplereport.jaxb.XmlTimestamp xmlTimestamp)
    • getProductionTime

      public Date getProductionTime()
    • setProductionTime

      public void setProductionTime(Date value)
    • getProducedBy

      public String getProducedBy()
    • setProducedBy

      public void setProducedBy(String value)
    • getTimestampLevel

      public eu.europa.esig.dss.simplereport.jaxb.XmlTimestampLevel getTimestampLevel()
    • setTimestampLevel

      public void setTimestampLevel(eu.europa.esig.dss.simplereport.jaxb.XmlTimestampLevel value)
    • getTimestampScope

      public List<eu.europa.esig.dss.simplereport.jaxb.XmlSignatureScope> getTimestampScope()
    • getUniqueId

      public String getUniqueId()
    • setUniqueId

      public void setUniqueId(String value)
    • getCertificateChain

      public XmlCertificateChain getCertificateChain()
    • setCertificateChain

      public void setCertificateChain(XmlCertificateChain value)
    • getIndication

      public eu.europa.esig.dss.enumerations.Indication getIndication()
    • setIndication

      public void setIndication(eu.europa.esig.dss.enumerations.Indication value)
    • getSubIndication

      public eu.europa.esig.dss.enumerations.SubIndication getSubIndication()
    • setSubIndication

      public void setSubIndication(eu.europa.esig.dss.enumerations.SubIndication value)
    • getErrors

      public List<String> getErrors()
    • getWarnings

      public List<String> getWarnings()
    • getInfos

      public List<String> getInfos()
    • getId

      public String getId()
    • setId

      public void setId(String value)