Uses of Enum
eu.europa.esig.dss.enumerations.ArchiveTimestampType
Packages that use ArchiveTimestampType
Package
Description
-
Uses of ArchiveTimestampType in eu.europa.esig.dss.cades.validation.timestamp
Methods in eu.europa.esig.dss.cades.validation.timestamp that return ArchiveTimestampTypeModifier and TypeMethodDescriptionprotected ArchiveTimestampType
CAdESTimestampSource.getArchiveTimestampType
(CAdESAttribute unsignedAttribute) -
Uses of ArchiveTimestampType in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return ArchiveTimestampTypeModifier and TypeMethodDescriptionTimestampWrapper.getArchiveTimestampType()
Returns archive timestamp type, if applicable NOTE: returns null for non archive timestamps -
Uses of ArchiveTimestampType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as ArchiveTimestampTypeModifier and TypeFieldDescriptionprotected ArchiveTimestampType
XmlTimestamp.archiveTimestampType
Methods in eu.europa.esig.dss.diagnostic.jaxb that return ArchiveTimestampTypeModifier and TypeMethodDescriptionXmlTimestamp.getArchiveTimestampType()
Gets the value of the archiveTimestampType property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type ArchiveTimestampTypeModifier and TypeMethodDescriptionAdapter16.marshal
(ArchiveTimestampType value) void
XmlTimestamp.setArchiveTimestampType
(ArchiveTimestampType value) Sets the value of the archiveTimestampType property. -
Uses of ArchiveTimestampType in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return ArchiveTimestampTypeModifier and TypeMethodDescriptionstatic ArchiveTimestampType
Returns the enum constant of this type with the specified name.static ArchiveTimestampType[]
ArchiveTimestampType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ArchiveTimestampType in eu.europa.esig.dss.jades.validation.timestamp
Methods in eu.europa.esig.dss.jades.validation.timestamp that return ArchiveTimestampTypeModifier and TypeMethodDescriptionprotected ArchiveTimestampType
JAdESTimestampSource.getArchiveTimestampType
(JAdESAttribute unsignedAttribute) -
Uses of ArchiveTimestampType in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return ArchiveTimestampTypeModifier and TypeMethodDescriptionstatic ArchiveTimestampType
Parses the value and returnsArchiveTimestampType
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type ArchiveTimestampTypeModifier and TypeMethodDescriptionstatic String
ArchiveTimestampTypeParser.print
(ArchiveTimestampType v) Gets a text name of the value -
Uses of ArchiveTimestampType in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return ArchiveTimestampTypeModifier and TypeMethodDescriptionprotected abstract ArchiveTimestampType
SignatureTimestampSource.getArchiveTimestampType
(SA unsignedAttribute) ReturnsArchiveTimestampType
for the givenunsignedAttribute
TimestampToken.getArchiveTimestampType()
Gets theArchiveTimestampType
, when applicableMethods in eu.europa.esig.dss.validation.timestamp with parameters of type ArchiveTimestampTypeModifier and TypeMethodDescriptionvoid
TimestampToken.setArchiveTimestampType
(ArchiveTimestampType archiveTimestampType) Archive timestamps can be of different sub type. -
Uses of ArchiveTimestampType in eu.europa.esig.dss.xades.validation.timestamp
Methods in eu.europa.esig.dss.xades.validation.timestamp that return ArchiveTimestampTypeModifier and TypeMethodDescriptionprotected ArchiveTimestampType
XAdESTimestampSource.getArchiveTimestampType
(XAdESAttribute unsignedAttribute)