Class TimestampInclude

java.lang.Object
eu.europa.esig.dss.validation.timestamp.TimestampInclude
All Implemented Interfaces:
Serializable

public class TimestampInclude extends Object implements Serializable
This class represents XAdES Include tag in case of IndividualDataObjectsTimeStamp
See Also:
  • Constructor Details

    • TimestampInclude

      public TimestampInclude()
      Empty constructor
    • TimestampInclude

      public TimestampInclude(String uri, boolean referencedData)
      Default constructor
      Parameters:
      uri - String reference URI
      referencedData - if the reference is timestamped
  • Method Details

    • getURI

      public String getURI()
      Gets the reference URI
      Returns:
      String
    • setURI

      public void setURI(String uri)
      Sets the reference URI
      Parameters:
      uri - String
    • isReferencedData

      public boolean isReferencedData()
      Returns if the data is referenced
      Returns:
      TRUE if the reference is timestamped, FALSE otherwise
    • setReferencedData

      public void setReferencedData(boolean referencedData)
      Sets if the data is referenced
      Parameters:
      referencedData - if the reference is timestamped