Uses of Enum Class
eu.europa.esig.dss.enumerations.TimestampType
Packages that use TimestampType
Package
Description
-
Uses of TimestampType in eu.europa.esig.dss.asic.cades.validation.timestamp
Constructors in eu.europa.esig.dss.asic.cades.validation.timestamp with parameters of type TimestampTypeModifierConstructorDescriptionASiCWithCAdESTimestampAnalyzer
(DSSDocument timestamp, TimestampType type) Default constructor with a timestamp typeASiCWithCAdESTimestampValidator
(DSSDocument timestamp, TimestampType type) Default constructor with a timestamp type -
Uses of TimestampType in eu.europa.esig.dss.cades
Methods in eu.europa.esig.dss.cades that return TimestampTypeModifier and TypeMethodDescriptionstatic TimestampType
CMSUtils.getTimestampTypeByOid
(org.bouncycastle.asn1.ASN1ObjectIdentifier oid) This method returns a corresponding TimestampType for the given CMSoid
-
Uses of TimestampType in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return TimestampTypeModifier and TypeMethodDescriptionCAdESAttribute.getTimestampTokenType()
Returns type of the timestamp token, when applicable -
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 typeDiagnosticData.getTimestampsByType
(TimestampType timestampType) Returns a list ofTimestampWrapper
s for the givenTimestampType
-
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 TypeMethodDescriptionAdapter14.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 class with the specified name.static TimestampType[]
TimestampType.values()
Returns an array containing the constants of this enum class, 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.spi.validation.timestamp
Methods in eu.europa.esig.dss.spi.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
s -
Uses of TimestampType in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp that return TimestampTypeModifier and TypeMethodDescriptionTimestampToken.getTimeStampType()
Retrieves the type of the timestamp token.Constructors in eu.europa.esig.dss.spi.x509.tsp with parameters of type TimestampTypeModifierConstructorDescriptionTimestampToken
(byte[] binaries, TimestampType type) Default constructorTimestampToken
(byte[] binaries, TimestampType type, List<TimestampedReference> timestampedReferences) Default constructor with timestamped referencesTimestampToken
(byte[] binaries, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampIdentifierBuilder identifierBuilder) Default constructor with timestamped references and identifier builderTimestampToken
(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, List<TimestampedReference> timestampedReferences) Constructor from CMS with timestamped referencesTimestampToken
(org.bouncycastle.cms.CMSSignedData cms, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampIdentifierBuilder identifierBuilder) Constructor from CMS with timestamped references and identifier builderTimestampToken
(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, List<TimestampedReference> timestampedReferences) Constructor with an indication of the timestamp type and time-stamped references.TimestampToken
(org.bouncycastle.tsp.TimeStampToken timeStamp, TimestampType type, List<TimestampedReference> timestampedReferences, TimestampIdentifierBuilder identifierBuilder) Constructor with an indication of the timestamp type, time-stamped references and an identifier builder. -
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.bbb.sav.checks
Methods in eu.europa.esig.dss.validation.process.bbb.sav.checks that return TimestampTypeModifier and TypeMethodDescriptionprotected abstract TimestampType
AbstractTimeStampTypeCheck.getTimestampType()
Returns the associatedTimestampType
to be verified againstprotected TimestampType
ArchiveTimeStampCheck.getTimestampType()
protected TimestampType
DocumentTimeStampCheck.getTimestampType()
protected TimestampType
SignatureTimeStampCheck.getTimestampType()
protected TimestampType
ValidationDataRefsOnlyTimeStampCheck.getTimestampType()
protected TimestampType
ValidationDataTimeStampCheck.getTimestampType()
-
Uses of TimestampType in eu.europa.esig.dss.validation.process.vpfswatsp
Methods in eu.europa.esig.dss.validation.process.vpfswatsp that return TimestampTypeModifier and TypeMethodDescriptionTimestampPOE.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
DetachedTimestampAnalyzer.timestampType
The type of the timestampConstructors in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampTypeModifierConstructorDescriptionDetachedTimestampAnalyzer
(DSSDocument timestampFile, TimestampType timestampType) The default constructor with a typeDetachedTimestampValidator
(DSSDocument timestampFile, TimestampType timestampType) The default constructor with a 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)