Uses of Enum Class
eu.europa.esig.dss.enumerations.TimestampType
Package
Description
-
Uses of TimestampType in eu.europa.esig.dss.asic.cades.validation.timestamp
ModifierConstructorDescriptionASiCWithCAdESTimestampAnalyzer
(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
Modifier 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
Modifier and TypeMethodDescriptionCAdESAttribute.getTimestampTokenType()
Returns type of the timestamp token, when applicable -
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 typeDiagnosticData.getTimestampsByType
(TimestampType timestampType) Returns a list ofTimestampWrapper
s for the givenTimestampType
-
Uses of TimestampType in eu.europa.esig.dss.diagnostic.jaxb
Modifier 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
Modifier 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.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.spi.validation.timestamp
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
s -
Uses of TimestampType in eu.europa.esig.dss.spi.x509.tsp
Modifier and TypeMethodDescriptionTimestampToken.getTimeStampType()
Retrieves the type of the timestamp token.ModifierConstructorDescriptionTimestampToken
(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
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.bbb.sav.checks
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected TimestampType
DetachedTimestampAnalyzer.timestampType
The type of the timestampModifierConstructorDescriptionDetachedTimestampAnalyzer
(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
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)