Class TimestampedReference
java.lang.Object
eu.europa.esig.dss.validation.timestamp.TimestampedReference
- All Implemented Interfaces:
Serializable
public class TimestampedReference extends Object implements Serializable
This class stocks the timestamped reference, which is composed of: - the
timestamp reference category
TimestampReferenceCategory; - object id
in the case where the reference apply to the signature.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TimestampedReference(String objectId, TimestampedObjectType category) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)TimestampedObjectTypegetCategory()StringgetObjectId()inthashCode()StringtoString()