Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlTimestamp
Packages that use XmlTimestamp
-
Uses of XmlTimestamp in eu.europa.esig.dss.detailedreport
Methods in eu.europa.esig.dss.detailedreport that return XmlTimestampModifier and TypeMethodDescriptionDetailedReport.getXmlTimestampById(String timestampId) Returns anXmlTimestampby the given id Null if the timestamp is not foundMethods in eu.europa.esig.dss.detailedreport that return types with arguments of type XmlTimestampModifier and TypeMethodDescriptionDetailedReport.getIndependentTimestamps()Returns a list of all independent (detached) timestamps -
Uses of XmlTimestamp in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb with type parameters of type XmlTimestampModifier and TypeFieldDescriptionprotected List<XmlTimestamp>XmlEvidenceRecord.timestampsprotected List<XmlTimestamp>XmlSignature.timestampsMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlTimestampModifier and TypeMethodDescriptionObjectFactory.createXmlTimestamp()Create an instance ofXmlTimestampMethods in eu.europa.esig.dss.detailedreport.jaxb that return types with arguments of type XmlTimestampModifier and TypeMethodDescriptionXmlEvidenceRecord.getTimestamps()Gets the value of the timestamps property.XmlSignature.getTimestamps()Gets the value of the timestamps property.