Uses of Class
eu.europa.esig.dss.enumerations.TimestampedObjectType
-
Uses of TimestampedObjectType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as TimestampedObjectType Modifier and Type Field Description protected TimestampedObjectType
XmlTimestampedObject. category
Methods in eu.europa.esig.dss.diagnostic.jaxb that return TimestampedObjectType Modifier and Type Method Description TimestampedObjectType
XmlTimestampedObject. getCategory()
Gets the value of the category property.TimestampedObjectType
Adapter5. unmarshal(String value)
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type TimestampedObjectType Modifier and Type Method Description String
Adapter5. marshal(TimestampedObjectType value)
void
XmlTimestampedObject. setCategory(TimestampedObjectType value)
Sets the value of the category property. -
Uses of TimestampedObjectType in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return TimestampedObjectType Modifier and Type Method Description static TimestampedObjectType
TimestampedObjectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimestampedObjectType[]
TimestampedObjectType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TimestampedObjectType in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return TimestampedObjectType Modifier and Type Method Description static TimestampedObjectType
TimestampedObjectTypeParser. parse(String v)
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type TimestampedObjectType Modifier and Type Method Description static String
TimestampedObjectTypeParser. print(TimestampedObjectType v)
-
Uses of TimestampedObjectType in eu.europa.esig.dss.validation.process.vpfswatsp.checks.vts.checks
Constructors in eu.europa.esig.dss.validation.process.vpfswatsp.checks.vts.checks with parameters of type TimestampedObjectType Constructor Description POEExistsAtOrBeforeControlTimeCheck(I18nProvider i18nProvider, XmlVTS result, TokenProxy token, TimestampedObjectType referenceCategory, Date controlTime, POEExtraction poe, LevelConstraint constraint)
-
Uses of TimestampedObjectType in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return TimestampedObjectType Modifier and Type Method Description TimestampedObjectType
TimestampedReference. getCategory()
Methods in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampedObjectType Modifier and Type Method Description protected void
AbstractTimestampSource. addReference(List<TimestampedReference> referenceList, Identifier identifier, TimestampedObjectType category)
Adds a reference for the given identifier and categoryConstructors in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampedObjectType Constructor Description TimestampedReference(String objectId, TimestampedObjectType category)