Uses of Enum Class
eu.europa.esig.dss.enumerations.TimestampedObjectType
Packages that use TimestampedObjectType
Package
Description
-
Uses of TimestampedObjectType in eu.europa.esig.dss.diagnostic.jaxb
Subclasses with type arguments of type TimestampedObjectType in eu.europa.esig.dss.diagnostic.jaxbFields 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) voidXmlTimestampedObject.setCategory(TimestampedObjectType value) Sets the value of the category property. -
Uses of TimestampedObjectType in eu.europa.esig.dss.enumerations
Subclasses with type arguments of type TimestampedObjectType in eu.europa.esig.dss.enumerationsModifier and TypeClassDescriptionenumDefines possible object types to be timestampedMethods in eu.europa.esig.dss.enumerations that return TimestampedObjectTypeModifier and TypeMethodDescriptionstatic TimestampedObjectTypeReturns the enum constant of this class with the specified name.static TimestampedObjectType[]TimestampedObjectType.values()Returns an array containing the constants of this enum class, 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 TimestampedObjectTypeParses the value and returnsTimestampedObjectTypeMethods in eu.europa.esig.dss.jaxb.parsers with parameters of type TimestampedObjectTypeModifier and TypeMethodDescriptionstatic StringTimestampedObjectTypeParser.print(TimestampedObjectType v) Gets a text name of the value -
Uses of TimestampedObjectType in eu.europa.esig.dss.spi.validation.timestamp
Methods in eu.europa.esig.dss.spi.validation.timestamp with parameters of type TimestampedObjectTypeModifier and TypeMethodDescriptionprotected voidAbstractTimestampSource.addReference(List<TimestampedReference> referenceList, Identifier identifier, TimestampedObjectType category) Adds a reference for the given identifier and categoryprotected TimestampedReferenceAbstractTimestampSource.createReferenceForIdentifier(Identifier identifier, TimestampedObjectType timestampedObjectType) Creates aTimestampedReferencefor the given identifierprotected List<TimestampedReference> AbstractTimestampSource.createReferencesForIdentifiers(Collection<? extends Identifier> identifiers, TimestampedObjectType timestampedObjectType) Creates a list ofTimestampedReferences from the identifiers of a given typebooleanSignatureTimestampSource.isTimestamped(String tokenId, TimestampedObjectType objectType) -
Uses of TimestampedObjectType in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp that return TimestampedObjectTypeModifier and TypeMethodDescriptionTimestampedReference.getCategory()Gets the timestamped object typeMethods in eu.europa.esig.dss.spi.x509.tsp with parameters of type TimestampedObjectTypeModifier and TypeMethodDescriptionbooleanTimestampSource.isTimestamped(String tokenId, TimestampedObjectType objectType) Checks if a tokenId with the given Id is covered by the timestamp sourceConstructors in eu.europa.esig.dss.spi.x509.tsp with parameters of type TimestampedObjectTypeModifierConstructorDescriptionTimestampedReference(String objectId, TimestampedObjectType category) Default constructor -
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, LevelRule constraint) Default constructor