Uses of Class
eu.europa.esig.dss.enumerations.ArchiveTimestampType
-
Uses of ArchiveTimestampType in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return ArchiveTimestampType Modifier and Type Method Description protected ArchiveTimestampType
CAdESTimestampSource. getArchiveTimestampType(CAdESAttribute unsignedAttribute)
-
Uses of ArchiveTimestampType in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return ArchiveTimestampType Modifier and Type Method Description ArchiveTimestampType
TimestampWrapper. getArchiveTimestampType()
-
Uses of ArchiveTimestampType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as ArchiveTimestampType Modifier and Type Field Description protected ArchiveTimestampType
XmlTimestamp. archiveTimestampType
Methods in eu.europa.esig.dss.diagnostic.jaxb that return ArchiveTimestampType Modifier and Type Method Description ArchiveTimestampType
XmlTimestamp. getArchiveTimestampType()
Gets the value of the archiveTimestampType property.ArchiveTimestampType
Adapter13. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type ArchiveTimestampType Modifier and Type Method Description String
Adapter13. 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 ArchiveTimestampType Modifier and Type Method Description static ArchiveTimestampType
ArchiveTimestampType. valueOf(String name)
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.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return ArchiveTimestampType Modifier and Type Method Description static ArchiveTimestampType
ArchiveTimestampTypeParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type ArchiveTimestampType Modifier and Type Method Description static String
ArchiveTimestampTypeParser. print(ArchiveTimestampType v)
-
Uses of ArchiveTimestampType in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return ArchiveTimestampType Modifier and Type Method Description protected ArchiveTimestampType
PAdESTimestampSource. getArchiveTimestampType(CAdESAttribute unsignedAttribute)
-
Uses of ArchiveTimestampType in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return ArchiveTimestampType Modifier and Type Method Description protected abstract ArchiveTimestampType
AbstractTimestampSource. getArchiveTimestampType(SignatureAttribute unsignedAttribute)
ReturnsArchiveTimestampType
for the givenunsignedAttribute
ArchiveTimestampType
TimestampToken. getArchiveTimestampType()
Methods in eu.europa.esig.dss.validation.timestamp with parameters of type ArchiveTimestampType Modifier and Type Method Description void
TimestampToken. setArchiveTimestampType(ArchiveTimestampType archiveTimestampType)
Archive timestamps can be of different sub type. -
Uses of ArchiveTimestampType in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return ArchiveTimestampType Modifier and Type Method Description protected ArchiveTimestampType
XAdESTimestampSource. getArchiveTimestampType(XAdESAttribute unsignedAttribute)