Uses of Enum
eu.europa.esig.dss.enumerations.TimestampType
Packages that use TimestampType
Package
Description
-
Uses of TimestampType in eu.europa.esig.dss.asic.cades.validation
Constructors in eu.europa.esig.dss.asic.cades.validation with parameters of type TimestampTypeModifierConstructorDescriptionASiCWithCAdESTimestampValidator
(DSSDocument timestamp, TimestampType type) Default constructor with a timestamp type -
Uses of TimestampType in eu.europa.esig.dss.cades.validation.timestamp
Methods in eu.europa.esig.dss.cades.validation.timestamp with parameters of type TimestampTypeModifier and TypeMethodDescriptionprotected TimestampToken
CAdESTimestampSource.makeTimestampToken
(CAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) -
Uses of TimestampType in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return TimestampTypeModifier and TypeMethodDescriptionDiagnosticData.getTimestampType
(String timestampId) This method returns the timestamp type of the given timestampTimestampWrapper.getType()
Returns the type of the timestampMethods in eu.europa.esig.dss.diagnostic with parameters of type TimestampTypeModifier and TypeMethodDescriptionSignatureWrapper.getTimestampListByType
(TimestampType timestampType) Returns a list of associated timestamps by type -
Uses of TimestampType in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as TimestampTypeMethods in eu.europa.esig.dss.diagnostic.jaxb that return TimestampTypeMethods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type TimestampTypeModifier and TypeMethodDescriptionAdapter15.marshal
(TimestampType value) void
XmlTimestamp.setType
(TimestampType value) Sets the value of the type property. -
Uses of TimestampType in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return TimestampTypeModifier and TypeMethodDescriptionstatic TimestampType
Returns the enum constant of this type with the specified name.static TimestampType[]
TimestampType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.esig.dss.enumerations with parameters of type TimestampTypeModifier and TypeMethodDescriptionint
TimestampType.compare
(TimestampType timestampType) Compares this TimestampType with the providedtimestampType
Must be in the order: Content - Signature - ValidationData - Archival -
Uses of TimestampType in eu.europa.esig.dss.jades.validation.timestamp
Methods in eu.europa.esig.dss.jades.validation.timestamp with parameters of type TimestampTypeModifier and TypeMethodDescriptionprotected TimestampToken
JAdESTimestampSource.makeTimestampToken
(JAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) protected List<TimestampToken>
JAdESTimestampSource.makeTimestampTokens
(JAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) -
Uses of TimestampType in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return TimestampTypeModifier and TypeMethodDescriptionstatic TimestampType
Parses the value and returnsTimestampType
Methods in eu.europa.esig.dss.jaxb.parsers with parameters of type TimestampTypeModifier and TypeMethodDescriptionstatic String
TimestampTypeParser.print
(TimestampType v) Gets a text name of the value -
Uses of TimestampType in eu.europa.esig.dss.validation.process
Methods in eu.europa.esig.dss.validation.process with parameters of type TimestampTypeModifier and TypeMethodDescriptionstatic MessageTag
ValidationProcessUtils.getTimestampTypeMessageTag
(TimestampType timestampType) Returns MessageTag associated with the given timestamp type -
Uses of TimestampType in eu.europa.esig.dss.validation.process.vpfswatsp
Methods in eu.europa.esig.dss.validation.process.vpfswatsp that return TimestampTypeModifier and TypeMethodDescriptionPOE.getTimestampType()
Returns timestamp type if the POE defined by a timestamp NOTE: returns NULL if the POE is defined by a control time -
Uses of TimestampType in eu.europa.esig.dss.validation.timestamp
Fields in eu.europa.esig.dss.validation.timestamp declared as TimestampTypeModifier and TypeFieldDescriptionprotected TimestampType
DetachedTimestampValidator.timestampType
The type of the timestampMethods in eu.europa.esig.dss.validation.timestamp that return TimestampTypeModifier and TypeMethodDescriptionTimestampToken.getTimeStampType()
Retrieves the type of the timestamp token.Methods in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampTypeModifier and TypeMethodDescriptionprotected abstract TimestampToken
SignatureTimestampSource.makeTimestampToken
(SA signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) Creates a timestamp token from the providedsignatureAttribute
protected List<TimestampToken>
SignatureTimestampSource.makeTimestampTokens
(SA signatureAttribute, TimestampType timestampType) Creates timestamp tokens from the providedsignatureAttribute
protected List<TimestampToken>
SignatureTimestampSource.makeTimestampTokens
(SA signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) Creates timestamp tokens from the providedsignatureAttribute
with a given list ofTimestampedReference
sConstructors in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampTypeModifierConstructorDescriptionDetachedTimestampValidator
(DSSDocument timestampFile, TimestampType timestampType) The default constructor with a typeTimestampToken
(byte[] binaries, TimestampType type) Default constructorTimestampToken
(byte[] binaries, TimestampType type, List<TimestampedReference> timestampedReferences) Default constructor with timestamped referencesTimestampToken
(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, List<TimestampedReference> timestampedReferences) Default constructor with timestamped referencesTimestampToken
(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, List<TimestampedReference> timestampedReferences) Constructor with an indication of the timestamp type. -
Uses of TimestampType in eu.europa.esig.dss.ws.dto
Methods in eu.europa.esig.dss.ws.dto that return TimestampTypeMethods in eu.europa.esig.dss.ws.dto with parameters of type TimestampTypeModifier and TypeMethodDescriptionvoid
TimestampDTO.setType
(TimestampType type) Sets type of the timestampConstructors in eu.europa.esig.dss.ws.dto with parameters of type TimestampTypeModifierConstructorDescriptionTimestampDTO
(byte[] binaries, TimestampType type) Default constructor -
Uses of TimestampType in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature with parameters of type TimestampTypeModifier and TypeMethodDescriptionprotected void
XAdESLevelBaselineT.createXAdESTimeStampType
(TimestampType timestampType, String timestampC14nMethod, DSSMessageDigest messageDigest) Creates any XAdES TimeStamp object representation. -
Uses of TimestampType in eu.europa.esig.dss.xades.validation.timestamp
Methods in eu.europa.esig.dss.xades.validation.timestamp with parameters of type TimestampTypeModifier and TypeMethodDescriptionprotected TimestampToken
XAdESTimestampSource.makeTimestampToken
(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) protected List<TimestampToken>
XAdESTimestampSource.makeTimestampTokens
(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)