Class TimestampInclude
java.lang.Object
eu.europa.esig.dss.validation.timestamp.TimestampInclude
- All Implemented Interfaces:
Serializable
This class represents XAdES Include tag in case of IndividualDataObjectsTimeStamp
- See Also:
-
Constructor Summary
ConstructorDescriptionEmpty constructorTimestampInclude
(String uri, boolean referencedData) Default constructor -
Method Summary
Modifier and TypeMethodDescriptiongetURI()
Gets the reference URIboolean
Returns if the data is referencedvoid
setReferencedData
(boolean referencedData) Sets if the data is referencedvoid
Sets the reference URI
-
Constructor Details
-
TimestampInclude
public TimestampInclude()Empty constructor -
TimestampInclude
Default constructor- Parameters:
uri
-String
reference URIreferencedData
- if the reference is timestamped
-
-
Method Details
-
getURI
Gets the reference URI- Returns:
String
-
setURI
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
-