Uses of Enum
eu.europa.esig.dss.enumerations.TimestampType
Package
Description
-
Uses of TimestampType in eu.europa.esig.dss.asic.cades.validation
ModifierConstructorDescriptionASiCWithCAdESTimestampValidator
(DSSDocument timestamp, TimestampType type) Default constructor with a timestamp type -
Uses of TimestampType in eu.europa.esig.dss.cades.validation.timestamp
Modifier and TypeMethodDescriptionprotected TimestampToken
CAdESTimestampSource.makeTimestampToken
(CAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) -
Uses of TimestampType in eu.europa.esig.dss.diagnostic
Modifier and TypeMethodDescriptionDiagnosticData.getTimestampType
(String timestampId) This method returns the timestamp type of the given timestampTimestampWrapper.getType()
Returns the type of the timestampModifier and TypeMethodDescriptionSignatureWrapper.getTimestampListByType
(TimestampType timestampType) Returns a list of associated timestamps by type -
Uses of TimestampType in eu.europa.esig.dss.diagnostic.jaxb
Modifier 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
Modifier 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.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic TimestampType
Parses the value and returnsTimestampType
Modifier and TypeMethodDescriptionstatic String
TimestampTypeParser.print
(TimestampType v) Gets a text name of the value -
Uses of TimestampType in eu.europa.esig.dss.validation.process
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected TimestampType
DetachedTimestampValidator.timestampType
The type of the timestampModifier and TypeMethodDescriptionTimestampToken.getTimeStampType()
Retrieves the type of the timestamp token.Modifier 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
sModifierConstructorDescriptionDetachedTimestampValidator
(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
Modifier and TypeMethodDescriptionvoid
TimestampDTO.setType
(TimestampType type) Sets type of the timestampModifierConstructorDescriptionTimestampDTO
(byte[] binaries, TimestampType type) Default constructor -
Uses of TimestampType in eu.europa.esig.dss.xades.signature
Modifier 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
Modifier and TypeMethodDescriptionprotected TimestampToken
XAdESTimestampSource.makeTimestampToken
(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references) protected List<TimestampToken>
XAdESTimestampSource.makeTimestampTokens
(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)