Class AbstractTimestampSource<SignatureAttribute extends ISignatureAttribute>
java.lang.Object
eu.europa.esig.dss.validation.timestamp.AbstractTimestampSource<SignatureAttribute>
- All Implemented Interfaces:
TimestampSource,Serializable
- Direct Known Subclasses:
CAdESTimestampSource,XAdESTimestampSource
public abstract class AbstractTimestampSource<SignatureAttribute extends ISignatureAttribute> extends Object implements TimestampSource
Contains a set of
TimestampTokens found in a DefaultAdvancedSignature object- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected ListCertificateSourcecertificateSourceCertificateSource containing merged data from signature and timestampsprotected ListRevocationSource<CRL>crlSourceRevocation sources containing merged data from signature and timestampsprotected ListRevocationSource<OCSP>ocspSourceprotected SignatureCertificateSourcesignatureCertificateSourceSources obtained from a signature objectprotected OfflineRevocationSource<CRL>signatureCRLSourceprotected StringsignatureIdprotected OfflineRevocationSource<OCSP>signatureOCSPSourceprotected List<SignatureScope>signatureScopes -
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractTimestampSource(AdvancedSignature signature)Default constructor -
Method Summary
Modifier and Type Method Description protected voidaddEncapsulatedValuesFromTimestamp(List<TimestampedReference> references, TimestampToken timestampedTimestamp)Adds to thereferenceslist all validation data embedded to thetimestampedTimestampvoidaddExternalTimestamp(TimestampToken timestamp)This method allows to add an external timestamp.protected voidaddReference(List<TimestampedReference> referenceList, Identifier identifier, TimestampedObjectType category)Adds a reference for the given identifier and categoryprotected voidaddReference(List<TimestampedReference> referenceList, TimestampedReference referenceToAdd)AddsreferenceToAddtoreferenceListwithout duplicatesprotected voidaddReferences(List<TimestampedReference> referenceList, List<TimestampedReference> referencesToAdd)AddsreferencesToAddtoreferenceListwithout duplicatesprotected voidaddReferencesForPreviousTimestamps(List<TimestampedReference> references, List<TimestampToken> timestampedTimestamps)protected voidcreateAndValidate()Creates and validates all timestamps Must be called only onceprotected List<TimestampedReference>createReferencesForCertificates(Collection<CertificateToken> certificates)Creates a list ofTimestampedReferences for the provided list ofcertificatesprotected List<TimestampedReference>getAllSignedDataReferences()Returns a list ofTimestampedReferences obtained from thesignatureScopesList<TimestampToken>getAllTimestamps()protected abstract List<TimestampedReference>getArchiveTimestampOtherReferences(TimestampToken timestampToken)Returns a list ofTimestampedReferences for the given archivetimestampTokenthat cannot be extracted from signature attributes (signed or unsigned), depending on its format (signedData for CAdES or, keyInfo for XAdES)List<TimestampToken>getArchiveTimestamps()protected abstract ArchiveTimestampTypegetArchiveTimestampType(SignatureAttribute unsignedAttribute)ReturnsArchiveTimestampTypefor the givenunsignedAttributeprotected abstract List<CertificateRef>getCertificateRefs(SignatureAttribute unsignedAttribute)Returns a list ofCertificateRefs from the givenunsignedAttributeList<TimestampToken>getContentTimestamps()protected abstract List<CRLRef>getCRLRefs(SignatureAttribute unsignedAttribute)Returns a list of CRL revocation refs from the givenunsignedAttributeList<TimestampToken>getDocumentTimestamps()protected abstract List<Identifier>getEncapsulatedCertificateIdentifiers(SignatureAttribute unsignedAttribute)Returns a list ofIdentifiers obtained from the givenunsignedAttributeprotected abstract List<Identifier>getEncapsulatedCRLIdentifiers(SignatureAttribute unsignedAttribute)Returns a list ofIdentifiers obtained from the givenunsignedAttributeprotected abstract List<Identifier>getEncapsulatedOCSPIdentifiers(SignatureAttribute unsignedAttribute)Returns a list ofIdentifiers obtained from the givenunsignedAttributeprotected abstract List<TimestampedReference>getIndividualContentTimestampedReferences(SignatureAttribute signedAttribute)Returns a list ofTimestampedReferences for an "individual-data-objects-timestamp" NOTE: Used only in XAdESprotected abstract List<OCSPRef>getOCSPRefs(SignatureAttribute unsignedAttribute)Returns a list of OCSP revocation refs from the givenunsignedAttributeprotected List<TimestampedReference>getSignatureSignedDataReferences()Returns a list of allTimestampedReferences found into CMS SignedData of the signature NOTE: used only in ASiC-E CAdESList<TimestampedReference>getSignatureTimestampReferences()Returns a list ofTimestampedReferencefor a "signature-timestamp" elementList<TimestampToken>getSignatureTimestamps()protected abstract SignatureProperties<SignatureAttribute>getSignedSignatureProperties()Returns the 'signed-signature-properties' element of the signatureprotected List<TimestampedReference>getSigningCertificateTimestampReferences()Returns a list ofTimestampedReferences created from signing certificates of the signatureListCertificateSourcegetTimestampCertificateSources()Returns a mergedListCertificateSourceof all embedded timestamp certificate sourcesListCertificateSourcegetTimestampCertificateSourcesExceptLastArchiveTimestamp()Returns a mergedListCertificateSourceof all embedded timestamp certificate sources except the latest Archive TimestampListRevocationSource<CRL>getTimestampCRLSources()Returns a mergedListRevocationSourceof all embedded timestamp CRL sourcesprotected abstract TimestampDataBuildergetTimestampDataBuilder()Returns a relatedTimestampDataBuilderprotected List<TimestampedReference>getTimestampedCertificateRefs(SignatureAttribute unsignedAttribute)Returns a list ofTimestampedReferencecertificate refs found in the givenunsignedAttributeprotected List<TimestampedReference>getTimestampedCertificateValues(SignatureAttribute unsignedAttribute)protected List<TimestampedReference>getTimestampedRevocationRefs(SignatureAttribute unsignedAttribute)Returns a list ofTimestampedReferencerevocation refs found in the givenunsignedAttributeprotected List<TimestampedReference>getTimestampedRevocationValues(SignatureAttribute unsignedAttribute)ListRevocationSource<OCSP>getTimestampOCSPSources()Returns a mergedListRevocationSourceof all embedded timestamp OCSP sourcesList<TimestampToken>getTimestampsX1()List<TimestampToken>getTimestampsX2()protected List<TimestampedReference>getTimestampValidationData(SignatureAttribute unsignedAttribute)Returns a list ofTimestampedReferences encapsulated to the "timestamp-validation-data"unsignedAttributeprotected abstract SignatureProperties<SignatureAttribute>getUnsignedSignatureProperties()Returns the 'unsigned-signature-properties' element of the signatureprotected abstract booleanisAllDataObjectsTimestamp(SignatureAttribute signedAttribute)Determines if the givensignedAttributeis an instance of "data-objects-timestamp" element NOTE: Applicable only for XAdESprotected abstract booleanisArchiveTimestamp(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "archive-timestamp" elementprotected abstract booleanisAttrAuthoritiesCertValues(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "AttrAuthoritiesCertValues" elementprotected abstract booleanisAttributeCertificateRef(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "attribute-certificate-ref" elementprotected abstract booleanisAttributeRevocationRef(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "attribute-revocation-ref" elementprotected abstract booleanisAttributeRevocationValues(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "AttributeRevocationValues" elementprotected abstract booleanisCertificateValues(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "certificate-values" elementprotected abstract booleanisCompleteCertificateRef(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "complete-certificate-ref" elementprotected abstract booleanisCompleteRevocationRef(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "complete-revocation-ref" elementprotected abstract booleanisContentTimestamp(SignatureAttribute signedAttribute)Determines if the givensignedAttributeis an instance of "content-timestamp" element NOTE: Applicable only for CAdESprotected abstract booleanisIndividualDataObjectsTimestamp(SignatureAttribute signedAttribute)Determines if the givensignedAttributeis an instance of "individual-data-objects-timestamp" element NOTE: Applicable only for XAdESprotected abstract booleanisRefsOnlyTimestamp(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "refs-only-timestamp" elementprotected abstract booleanisRevocationValues(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "revocation-values" elementprotected abstract booleanisSigAndRefsTimestamp(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "sig-and-refs-timestamp" elementprotected abstract booleanisSignatureTimestamp(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "signature-timestamp" elementprotected abstract booleanisTimeStampValidationData(SignatureAttribute unsignedAttribute)Determines if the givenunsignedAttributeis an instance of "timestamp-validation-data" elementprotected abstract TimestampTokenmakeTimestampToken(SignatureAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)Creates a timestamp token from the providedsignatureAttributeprotected voidmakeTimestampTokens()Populates all the lists by data found into the signatureprotected voidpopulateSources(TimestampToken timestampToken)Allows to populate all merged sources with extracted from a timestamp dataprotected voidvalidateTimestamps()Validates list of all timestamps present in the source
-
Field Details
-
signatureCertificateSource
Sources obtained from a signature object -
signatureCRLSource
-
signatureOCSPSource
-
signatureId
-
signatureScopes
-
crlSource
Revocation sources containing merged data from signature and timestamps -
ocspSource
-
certificateSource
CertificateSource containing merged data from signature and timestamps
-
-
Constructor Details
-
AbstractTimestampSource
Default constructor- Parameters:
signature-AdvancedSignatureis being validated
-
-
Method Details
-
getContentTimestamps
- Specified by:
getContentTimestampsin interfaceTimestampSource
-
getSignatureTimestamps
- Specified by:
getSignatureTimestampsin interfaceTimestampSource
-
getTimestampsX1
- Specified by:
getTimestampsX1in interfaceTimestampSource
-
getTimestampsX2
- Specified by:
getTimestampsX2in interfaceTimestampSource
-
getArchiveTimestamps
- Specified by:
getArchiveTimestampsin interfaceTimestampSource
-
getDocumentTimestamps
- Specified by:
getDocumentTimestampsin interfaceTimestampSource
-
getAllTimestamps
- Specified by:
getAllTimestampsin interfaceTimestampSource
-
getTimestampCertificateSources
Description copied from interface:TimestampSourceReturns a mergedListCertificateSourceof all embedded timestamp certificate sources- Specified by:
getTimestampCertificateSourcesin interfaceTimestampSource- Returns:
ListCertificateSource
-
getTimestampCertificateSourcesExceptLastArchiveTimestamp
Description copied from interface:TimestampSourceReturns a mergedListCertificateSourceof all embedded timestamp certificate sources except the latest Archive Timestamp- Specified by:
getTimestampCertificateSourcesExceptLastArchiveTimestampin interfaceTimestampSource- Returns:
ListCertificateSource
-
getTimestampCRLSources
Description copied from interface:TimestampSourceReturns a mergedListRevocationSourceof all embedded timestamp CRL sources- Specified by:
getTimestampCRLSourcesin interfaceTimestampSource- Returns:
ListRevocationSource
-
getTimestampOCSPSources
Description copied from interface:TimestampSourceReturns a mergedListRevocationSourceof all embedded timestamp OCSP sources- Specified by:
getTimestampOCSPSourcesin interfaceTimestampSource- Returns:
ListRevocationSource
-
createAndValidate
protected void createAndValidate()Creates and validates all timestamps Must be called only once -
addExternalTimestamp
Description copied from interface:TimestampSourceThis method allows to add an external timestamp. The given timestamp must be processed before.- Specified by:
addExternalTimestampin interfaceTimestampSource- Parameters:
timestamp- the timestamp token
-
makeTimestampTokens
protected void makeTimestampTokens()Populates all the lists by data found into the signature -
getSignedSignatureProperties
Returns the 'signed-signature-properties' element of the signature- Returns:
SignatureProperties
-
getUnsignedSignatureProperties
Returns the 'unsigned-signature-properties' element of the signature- Returns:
SignatureProperties
-
isContentTimestamp
Determines if the givensignedAttributeis an instance of "content-timestamp" element NOTE: Applicable only for CAdES- Parameters:
signedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis a Data Objects Timestamp, FALSE otherwise
-
isAllDataObjectsTimestamp
Determines if the givensignedAttributeis an instance of "data-objects-timestamp" element NOTE: Applicable only for XAdES- Parameters:
signedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis a Data Objects Timestamp, FALSE otherwise
-
isIndividualDataObjectsTimestamp
Determines if the givensignedAttributeis an instance of "individual-data-objects-timestamp" element NOTE: Applicable only for XAdES- Parameters:
signedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis a Data Objects Timestamp, FALSE otherwise
-
isSignatureTimestamp
Determines if the givenunsignedAttributeis an instance of "signature-timestamp" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis a Signature Timestamp, FALSE otherwise
-
isCompleteCertificateRef
Determines if the givenunsignedAttributeis an instance of "complete-certificate-ref" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis a Complete Certificate Ref, FALSE otherwise
-
isAttributeCertificateRef
Determines if the givenunsignedAttributeis an instance of "attribute-certificate-ref" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis an Attribute Certificate Ref, FALSE otherwise
-
isCompleteRevocationRef
Determines if the givenunsignedAttributeis an instance of "complete-revocation-ref" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis a Complete Revocation Ref, FALSE otherwise
-
isAttributeRevocationRef
Determines if the givenunsignedAttributeis an instance of "attribute-revocation-ref" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis an Attribute Revocation Ref, FALSE otherwise
-
isRefsOnlyTimestamp
Determines if the givenunsignedAttributeis an instance of "refs-only-timestamp" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis a Refs Only TimeStamp, FALSE otherwise
-
isSigAndRefsTimestamp
Determines if the givenunsignedAttributeis an instance of "sig-and-refs-timestamp" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis a Sig And Refs TimeStamp, FALSE otherwise
-
isCertificateValues
Determines if the givenunsignedAttributeis an instance of "certificate-values" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis a Certificate Values, FALSE otherwise
-
isRevocationValues
Determines if the givenunsignedAttributeis an instance of "revocation-values" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis a Revocation Values, FALSE otherwise
-
isAttrAuthoritiesCertValues
Determines if the givenunsignedAttributeis an instance of "AttrAuthoritiesCertValues" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis an AttrAuthoritiesCertValues, FALSE otherwise
-
isAttributeRevocationValues
Determines if the givenunsignedAttributeis an instance of "AttributeRevocationValues" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis an AttributeRevocationValues, FALSE otherwise
-
isArchiveTimestamp
Determines if the givenunsignedAttributeis an instance of "archive-timestamp" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis an Archive TimeStamp, FALSE otherwise
-
isTimeStampValidationData
Determines if the givenunsignedAttributeis an instance of "timestamp-validation-data" element- Parameters:
unsignedAttribute-ISignatureAttributeto process- Returns:
- TRUE if the
unsignedAttributeis a TimeStamp Validation Data, FALSE otherwise
-
makeTimestampToken
protected abstract TimestampToken makeTimestampToken(SignatureAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)Creates a timestamp token from the providedsignatureAttribute- Parameters:
signatureAttribute-ISignatureAttributeto create timestamp fromtimestampType- a targetTimestampTypereferences- list ofTimestampedReferences covered by the current timestamp- Returns:
TimestampToken
-
getAllSignedDataReferences
Returns a list ofTimestampedReferences obtained from thesignatureScopes- Returns:
- list of
TimestampedReferences
-
getIndividualContentTimestampedReferences
protected abstract List<TimestampedReference> getIndividualContentTimestampedReferences(SignatureAttribute signedAttribute)Returns a list ofTimestampedReferences for an "individual-data-objects-timestamp" NOTE: Used only in XAdES- Parameters:
signedAttribute-AbstractTimestampSource- Returns:
- a list of
TimestampedReferences
-
getSignatureTimestampReferences
Returns a list ofTimestampedReferencefor a "signature-timestamp" element- Returns:
- list of
TimestampedReferences
-
getSigningCertificateTimestampReferences
Returns a list ofTimestampedReferences created from signing certificates of the signature- Returns:
- list of
TimestampedReferences
-
createReferencesForCertificates
protected List<TimestampedReference> createReferencesForCertificates(Collection<CertificateToken> certificates)Creates a list ofTimestampedReferences for the provided list ofcertificates- Parameters:
certificates- collection ofCertificateTokens- Returns:
- list of
TimestampedReferences
-
getTimestampedCertificateRefs
protected List<TimestampedReference> getTimestampedCertificateRefs(SignatureAttribute unsignedAttribute)Returns a list ofTimestampedReferencecertificate refs found in the givenunsignedAttribute- Parameters:
unsignedAttribute-AbstractTimestampSourceto find references from- Returns:
- list of
TimestampedReferences
-
getCertificateRefs
Returns a list ofCertificateRefs from the givenunsignedAttribute- Parameters:
unsignedAttribute-AbstractTimestampSourceto get certRefs from- Returns:
- list of
CertificateRefs
-
getTimestampedRevocationRefs
protected List<TimestampedReference> getTimestampedRevocationRefs(SignatureAttribute unsignedAttribute)Returns a list ofTimestampedReferencerevocation refs found in the givenunsignedAttribute- Parameters:
unsignedAttribute-AbstractTimestampSourceto find references from- Returns:
- list of
TimestampedReferences
-
getCRLRefs
Returns a list of CRL revocation refs from the givenunsignedAttribute- Parameters:
unsignedAttribute-AbstractTimestampSourceto get CRLRef- Returns:
- list of
CRLRefs
-
getOCSPRefs
Returns a list of OCSP revocation refs from the givenunsignedAttribute- Parameters:
unsignedAttribute-AbstractTimestampSourceto get OCSPRefs from- Returns:
- list of
OCSPRefs
-
getTimestampedCertificateValues
protected List<TimestampedReference> getTimestampedCertificateValues(SignatureAttribute unsignedAttribute) -
getEncapsulatedCertificateIdentifiers
protected abstract List<Identifier> getEncapsulatedCertificateIdentifiers(SignatureAttribute unsignedAttribute)Returns a list ofIdentifiers obtained from the givenunsignedAttribute- Parameters:
unsignedAttribute-AbstractTimestampSourceto get certificate identifiers from- Returns:
- list of
Identifiers
-
getTimestampedRevocationValues
protected List<TimestampedReference> getTimestampedRevocationValues(SignatureAttribute unsignedAttribute) -
getEncapsulatedCRLIdentifiers
protected abstract List<Identifier> getEncapsulatedCRLIdentifiers(SignatureAttribute unsignedAttribute)Returns a list ofIdentifiers obtained from the givenunsignedAttribute- Parameters:
unsignedAttribute-AbstractTimestampSourceto get CRL identifiers from- Returns:
- list of
Identifiers
-
getEncapsulatedOCSPIdentifiers
protected abstract List<Identifier> getEncapsulatedOCSPIdentifiers(SignatureAttribute unsignedAttribute)Returns a list ofIdentifiers obtained from the givenunsignedAttribute- Parameters:
unsignedAttribute-AbstractTimestampSourceto get OCSP identifiers from- Returns:
- list of
Identifiers
-
getArchiveTimestampOtherReferences
protected abstract List<TimestampedReference> getArchiveTimestampOtherReferences(TimestampToken timestampToken)Returns a list ofTimestampedReferences for the given archivetimestampTokenthat cannot be extracted from signature attributes (signed or unsigned), depending on its format (signedData for CAdES or, keyInfo for XAdES)- Parameters:
timestampToken-TimestampTokento get archive timestamp references for- Returns:
- list of
TimestampedReferences
-
getSignatureSignedDataReferences
Returns a list of allTimestampedReferences found into CMS SignedData of the signature NOTE: used only in ASiC-E CAdES- Returns:
- list of
TimestampedReferences
-
getTimestampValidationData
protected List<TimestampedReference> getTimestampValidationData(SignatureAttribute unsignedAttribute)Returns a list ofTimestampedReferences encapsulated to the "timestamp-validation-data"unsignedAttribute- Parameters:
unsignedAttribute-AbstractTimestampSourceto get timestamped references from- Returns:
- list of
TimestampedReferences
-
addReference
protected void addReference(List<TimestampedReference> referenceList, TimestampedReference referenceToAdd)AddsreferenceToAddtoreferenceListwithout duplicates- Parameters:
referenceList- - list ofTimestampedReferences to be extendedreferenceToAdd- -TimestampedReferenceto be added
-
addReference
protected void addReference(List<TimestampedReference> referenceList, Identifier identifier, TimestampedObjectType category)Adds a reference for the given identifier and category- Parameters:
referenceList- - list ofTimestampedReferences to be extendedidentifier- -Identifierto be addedcategory- -TimestampedObjectTypeto be added
-
addReferences
protected void addReferences(List<TimestampedReference> referenceList, List<TimestampedReference> referencesToAdd)AddsreferencesToAddtoreferenceListwithout duplicates- Parameters:
referenceList- - list ofTimestampedReferences to be extendedreferencesToAdd- -TimestampedReferences to be added
-
addReferencesForPreviousTimestamps
protected void addReferencesForPreviousTimestamps(List<TimestampedReference> references, List<TimestampToken> timestampedTimestamps) -
addEncapsulatedValuesFromTimestamp
protected void addEncapsulatedValuesFromTimestamp(List<TimestampedReference> references, TimestampToken timestampedTimestamp)Adds to thereferenceslist all validation data embedded to thetimestampedTimestamp- Parameters:
references- list ofTimestampedReferences to extendtimestampedTimestamp-TimestampTokento extract embedded values from
-
getArchiveTimestampType
protected abstract ArchiveTimestampType getArchiveTimestampType(SignatureAttribute unsignedAttribute)ReturnsArchiveTimestampTypefor the givenunsignedAttribute- Parameters:
unsignedAttribute-AbstractTimestampSourceto get archive timestamp type for
-
validateTimestamps
protected void validateTimestamps()Validates list of all timestamps present in the source -
getTimestampDataBuilder
Returns a relatedTimestampDataBuilder- Returns:
TimestampDataBuilder
-
populateSources
Allows to populate all merged sources with extracted from a timestamp data- Parameters:
timestampToken-TimestampTokento populate data from
-