Uses of Enum
eu.europa.esig.dss.enumerations.TimestampedObjectType
Packages that use TimestampedObjectType
Package
Description
-
Uses of TimestampedObjectType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as TimestampedObjectTypeMethods in eu.europa.esig.dss.diagnostic.jaxb that return TimestampedObjectTypeModifier and TypeMethodDescriptionXmlTimestampedObject.getCategory()
Gets the value of the category property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type TimestampedObjectTypeModifier and TypeMethodDescriptionAdapter9.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 TimestampedObjectTypeModifier and TypeMethodDescriptionstatic TimestampedObjectType
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 TimestampedObjectTypeModifier and TypeMethodDescriptionstatic TimestampedObjectType
Parses the value and returnsTimestampedObjectType
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type TimestampedObjectTypeModifier and TypeMethodDescriptionstatic String
TimestampedObjectTypeParser.print
(TimestampedObjectType v) Gets a text name of the value -
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 TimestampedObjectTypeModifierConstructorDescriptionPOEExistsAtOrBeforeControlTimeCheck
(I18nProvider i18nProvider, T result, TokenProxy token, TimestampedObjectType referenceCategory, Date controlTime, POEExtraction poe, LevelConstraint constraint) Default constructor -
Uses of TimestampedObjectType in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return TimestampedObjectTypeModifier and TypeMethodDescriptionTimestampedReference.getCategory()
Gets the timestamped object typeMethods in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampedObjectTypeModifier and TypeMethodDescriptionprotected void
AbstractTimestampSource.addReference
(List<TimestampedReference> referenceList, Identifier identifier, TimestampedObjectType category) Adds a reference for the given identifier and categoryprotected TimestampedReference
AbstractTimestampSource.createReferenceForIdentifier
(Identifier identifier, TimestampedObjectType timestampedObjectType) Creates aTimestampedReference
for the given identifierprotected List<TimestampedReference>
AbstractTimestampSource.createReferencesForIdentifiers
(Collection<? extends Identifier> identifiers, TimestampedObjectType timestampedObjectType) Creates a list ofTimestampedReference
s from the identifiers of a given typeboolean
SignatureTimestampSource.isTimestamped
(String tokenId, TimestampedObjectType objectType) boolean
TimestampSource.isTimestamped
(String tokenId, TimestampedObjectType objectType) Checks if a tokenId with the given Id is covered by the timestamp sourceConstructors in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampedObjectTypeModifierConstructorDescriptionTimestampedReference
(String objectId, TimestampedObjectType category) Default constructor