Uses of Enum
eu.europa.esig.dss.enumerations.TimestampedObjectType
Package
Description
-
Uses of TimestampedObjectType in eu.europa.esig.dss.diagnostic.jaxb
Modifier and TypeMethodDescriptionXmlTimestampedObject.getCategory()
Gets the value of the category property.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic TimestampedObjectType
Parses the value and returnsTimestampedObjectType
Modifier 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
ModifierConstructorDescriptionPOEExistsAtOrBeforeControlTimeCheck
(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
Modifier and TypeMethodDescriptionTimestampedReference.getCategory()
Gets the timestamped object typeModifier 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 sourceModifierConstructorDescriptionTimestampedReference
(String objectId, TimestampedObjectType category) Default constructor