Uses of Enum
eu.europa.esig.dss.enumerations.ArchiveTimestampType
Package
Description
-
Uses of ArchiveTimestampType in eu.europa.esig.dss.cades.validation.timestamp
Modifier and TypeMethodDescriptionprotected ArchiveTimestampType
CAdESTimestampSource.getArchiveTimestampType
(CAdESAttribute unsignedAttribute) -
Uses of ArchiveTimestampType in eu.europa.esig.dss.diagnostic
Modifier 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
Modifier and TypeFieldDescriptionprotected ArchiveTimestampType
XmlTimestamp.archiveTimestampType
Modifier and TypeMethodDescriptionXmlTimestamp.getArchiveTimestampType()
Gets the value of the archiveTimestampType property.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected ArchiveTimestampType
JAdESTimestampSource.getArchiveTimestampType
(JAdESAttribute unsignedAttribute) -
Uses of ArchiveTimestampType in eu.europa.esig.dss.jaxb.parsers
Modifier and TypeMethodDescriptionstatic ArchiveTimestampType
Parses the value and returnsArchiveTimestampType
Modifier and TypeMethodDescriptionstatic String
ArchiveTimestampTypeParser.print
(ArchiveTimestampType v) Gets a text name of the value -
Uses of ArchiveTimestampType in eu.europa.esig.dss.validation.timestamp
Modifier and TypeMethodDescriptionprotected abstract ArchiveTimestampType
SignatureTimestampSource.getArchiveTimestampType
(SA unsignedAttribute) ReturnsArchiveTimestampType
for the givenunsignedAttribute
TimestampToken.getArchiveTimestampType()
Gets theArchiveTimestampType
, when applicableModifier 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
Modifier and TypeMethodDescriptionprotected ArchiveTimestampType
XAdESTimestampSource.getArchiveTimestampType
(XAdESAttribute unsignedAttribute)