Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlFoundTimestamp
Packages that use XmlFoundTimestamp
-
Uses of XmlFoundTimestamp in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlFoundTimestampModifier and TypeFieldDescriptionprotected List
<XmlFoundTimestamp> XmlEvidenceRecord.evidenceRecordTimestamps
protected List
<XmlFoundTimestamp> XmlSignature.foundTimestamps
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlFoundTimestampModifier and TypeMethodDescriptionObjectFactory.createXmlFoundTimestamp()
Create an instance ofXmlFoundTimestamp
Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlFoundTimestampModifier and TypeMethodDescriptionXmlEvidenceRecord.getEvidenceRecordTimestamps()
XmlSignature.getFoundTimestamps()
Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlFoundTimestampModifier and TypeMethodDescriptionvoid
XmlEvidenceRecord.setEvidenceRecordTimestamps
(List<XmlFoundTimestamp> evidenceRecordTimestamps) void
XmlSignature.setFoundTimestamps
(List<XmlFoundTimestamp> foundTimestamps)