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 TimestampedObjectTypeXmlTimestampedObject. categoryMethods in eu.europa.esig.dss.diagnostic.jaxb that return TimestampedObjectType Modifier and Type Method Description TimestampedObjectTypeXmlTimestampedObject. getCategory()Gets the value of the category property.TimestampedObjectTypeAdapter4. unmarshal(String value)Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type TimestampedObjectType Modifier and Type Method Description StringAdapter4. marshal(TimestampedObjectType value)voidXmlTimestampedObject. 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 TimestampedObjectTypeTimestampedObjectType. 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 TimestampedObjectTypeTimestampedObjectTypeParser. parse(String v)Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type TimestampedObjectType Modifier and Type Method Description static StringTimestampedObjectTypeParser. 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(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 TimestampedObjectTypeTimestampedReference. getCategory()Constructors in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampedObjectType Constructor Description TimestampedReference(String objectId, TimestampedObjectType category)
-