Uses of Class
eu.europa.esig.dss.validation.timestamp.TimestampToken
-
Uses of TimestampToken in eu.europa.esig.dss
Methods in eu.europa.esig.dss that return types with arguments of type TimestampToken Modifier and Type Method Description List<TimestampToken>AbstractSignatureParameters. getContentTimestamps()Returns the list of theTimestampTokento be incorporated within the signature and representing the content-timestamp.Method parameters in eu.europa.esig.dss with type arguments of type TimestampToken Modifier and Type Method Description voidAbstractSignatureParameters. setContentTimestamps(List<TimestampToken> contentTimestamps)Sets a list of content timestamps to be included into the signature -
Uses of TimestampToken in eu.europa.esig.dss.asic.cades.signature
Methods in eu.europa.esig.dss.asic.cades.signature that return TimestampToken Modifier and Type Method Description TimestampTokenASiCWithCAdESService. getContentTimestamp(List<DSSDocument> toSignDocuments, ASiCWithCAdESSignatureParameters parameters) -
Uses of TimestampToken in eu.europa.esig.dss.asic.cades.validation
Methods in eu.europa.esig.dss.asic.cades.validation that return TimestampToken Modifier and Type Method Description TimestampTokenASiCEWithCAdESTimestampValidator. getTimestamp()Methods in eu.europa.esig.dss.asic.cades.validation that return types with arguments of type TimestampToken Modifier and Type Method Description protected List<TimestampToken>ASiCContainerWithCAdESValidator. attachExternalTimestamps(List<AdvancedSignature> allSignatures)List<TimestampToken>ASiCContainerWithCAdESValidator. getDetachedTimestamps() -
Uses of TimestampToken in eu.europa.esig.dss.asic.common.signature
Methods in eu.europa.esig.dss.asic.common.signature that return TimestampToken Modifier and Type Method Description TimestampTokenAbstractASiCSignatureService. getContentTimestamp(DSSDocument toSignDocument, SP parameters) -
Uses of TimestampToken in eu.europa.esig.dss.asic.common.validation
Methods in eu.europa.esig.dss.asic.common.validation that return types with arguments of type TimestampToken Modifier and Type Method Description protected List<TimestampToken>AbstractASiCContainerValidator. attachExternalTimestamps(List<AdvancedSignature> allSignatures)Attaches existing external timestamps to the list ofAdvancedSignatures -
Uses of TimestampToken in eu.europa.esig.dss.asic.xades.signature
Methods in eu.europa.esig.dss.asic.xades.signature that return TimestampToken Modifier and Type Method Description TimestampTokenASiCWithXAdESService. getContentTimestamp(List<DSSDocument> toSignDocuments, ASiCWithXAdESSignatureParameters parameters) -
Uses of TimestampToken in eu.europa.esig.dss.cades.signature
Methods in eu.europa.esig.dss.cades.signature that return TimestampToken Modifier and Type Method Description TimestampTokenCAdESService. getContentTimestamp(DSSDocument toSignDocument, CAdESSignatureParameters parameters)Methods in eu.europa.esig.dss.cades.signature with parameters of type TimestampToken Modifier and Type Method Description org.bouncycastle.asn1.cms.AttributeCadesLevelBaselineLTATimestampExtractor. getVerifiedAtsHashIndex(org.bouncycastle.cms.SignerInformation signerInformation, TimestampToken timestampToken)get the atsHash index for verification of the provided token. -
Uses of TimestampToken in eu.europa.esig.dss.cades.validation.timestamp
Methods in eu.europa.esig.dss.cades.validation.timestamp that return TimestampToken Modifier and Type Method Description protected TimestampTokenCAdESTimestampSource. makeTimestampToken(CAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)Methods in eu.europa.esig.dss.cades.validation.timestamp with parameters of type TimestampToken Modifier and Type Method Description DSSDocumentCAdESTimestampDataBuilder. getArchiveTimestampData(TimestampToken timestampToken)protected List<TimestampedReference>CAdESTimestampSource. getArchiveTimestampOtherReferences(TimestampToken timestampToken)DSSDocumentCAdESTimestampDataBuilder. getContentTimestampData(TimestampToken timestampToken)protected List<TimestampedReference>CAdESTimestampSource. getEncapsulatedValuesFromTimestamp(TimestampToken timestampedTimestamp)DSSDocumentCAdESTimestampDataBuilder. getSignatureTimestampData(TimestampToken timestampToken)DSSDocumentCAdESTimestampDataBuilder. getTimestampX1Data(TimestampToken timestampToken)DSSDocumentCAdESTimestampDataBuilder. getTimestampX2Data(TimestampToken timestampToken)protected voidCAdESTimestampSource. incorporateArchiveTimestampReferences(TimestampToken timestampToken, List<TimestampToken> previousTimestamps)Method parameters in eu.europa.esig.dss.cades.validation.timestamp with type arguments of type TimestampToken Modifier and Type Method Description protected voidCAdESTimestampSource. incorporateArchiveTimestampReferences(TimestampToken timestampToken, List<TimestampToken> previousTimestamps) -
Uses of TimestampToken in eu.europa.esig.dss.jades.signature
Methods in eu.europa.esig.dss.jades.signature that return TimestampToken Modifier and Type Method Description TimestampTokenJAdESService. getContentTimestamp(DSSDocument toSignDocument, JAdESSignatureParameters parameters)TimestampTokenJAdESService. getContentTimestamp(List<DSSDocument> toSignDocuments, JAdESSignatureParameters parameters)This methods allows to create a TimestampToken for a detached JAdES (with a 'sigD' parameter). -
Uses of TimestampToken in eu.europa.esig.dss.jades.validation.timestamp
Methods in eu.europa.esig.dss.jades.validation.timestamp that return TimestampToken Modifier and Type Method Description protected TimestampTokenJAdESTimestampSource. makeTimestampToken(JAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)Methods in eu.europa.esig.dss.jades.validation.timestamp that return types with arguments of type TimestampToken Modifier and Type Method Description protected List<TimestampToken>JAdESTimestampSource. makeTimestampTokens(JAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)Methods in eu.europa.esig.dss.jades.validation.timestamp with parameters of type TimestampToken Modifier and Type Method Description DSSDocumentJAdESTimestampDataBuilder. getArchiveTimestampData(TimestampToken timestampToken)protected byte[]JAdESTimestampDataBuilder. getArchiveTimestampData(TimestampToken timestampToken, String canonicalizationMethod)Returns the message-imprint computed for the archivetimestampTokenprotected List<TimestampedReference>JAdESTimestampSource. getArchiveTimestampOtherReferences(TimestampToken timestampToken)DSSDocumentJAdESTimestampDataBuilder. getContentTimestampData(TimestampToken timestampToken)DSSDocumentJAdESTimestampDataBuilder. getSignatureTimestampData(TimestampToken timestampToken)DSSDocumentJAdESTimestampDataBuilder. getTimestampX1Data(TimestampToken timestampToken)DSSDocumentJAdESTimestampDataBuilder. getTimestampX2Data(TimestampToken timestampToken) -
Uses of TimestampToken in eu.europa.esig.dss.pades.signature
Methods in eu.europa.esig.dss.pades.signature that return TimestampToken Modifier and Type Method Description TimestampTokenPAdESService. getContentTimestamp(DSSDocument toSignDocument, PAdESSignatureParameters parameters) -
Uses of TimestampToken in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return types with arguments of type TimestampToken Modifier and Type Method Description List<TimestampToken>PDFDocumentValidator. getDetachedTimestamps()Methods in eu.europa.esig.dss.pades.validation with parameters of type TimestampToken Modifier and Type Method Description protected XmlTimestampPAdESDiagnosticDataBuilder. buildDetachedXmlTimestamp(TimestampToken timestampToken) -
Uses of TimestampToken in eu.europa.esig.dss.pades.validation.timestamp
Subclasses of TimestampToken in eu.europa.esig.dss.pades.validation.timestamp Modifier and Type Class Description classPdfTimestampTokenSpecific class for a PDF TimestampTokenFields in eu.europa.esig.dss.pades.validation.timestamp with type parameters of type TimestampToken Modifier and Type Field Description protected List<TimestampToken>PAdESTimestampSource. documentTimestampsThis variable contains the list of embedded document timestamps.Methods in eu.europa.esig.dss.pades.validation.timestamp that return types with arguments of type TimestampToken Modifier and Type Method Description List<TimestampToken>PAdESTimestampSource. getDocumentTimestamps()Methods in eu.europa.esig.dss.pades.validation.timestamp with parameters of type TimestampToken Modifier and Type Method Description DSSDocumentPAdESTimestampDataBuilder. getArchiveTimestampData(TimestampToken timestampToken)DSSDocumentPAdESTimestampDataBuilder. getSignatureTimestampData(TimestampToken timestampToken)DSSDocumentPAdESTimestampDataBuilder. getTimestampX1Data(TimestampToken timestampToken)DSSDocumentPAdESTimestampDataBuilder. getTimestampX2Data(TimestampToken timestampToken)Method parameters in eu.europa.esig.dss.pades.validation.timestamp with type arguments of type TimestampToken Modifier and Type Method Description voidPAdESTimestampDataBuilder. setSignatureTimestamps(List<TimestampToken> signatureTimestamps) -
Uses of TimestampToken in eu.europa.esig.dss.pdf
Methods in eu.europa.esig.dss.pdf that return TimestampToken Modifier and Type Method Description TimestampTokenPdfDocTimestampRevision. getTimestampToken() -
Uses of TimestampToken in eu.europa.esig.dss.signature
Methods in eu.europa.esig.dss.signature that return TimestampToken Modifier and Type Method Description TimestampTokenDocumentSignatureService. getContentTimestamp(DSSDocument toSignDocument, SP parameters)This method allows to compute a content-timestamp (which is added in the signed properties)TimestampTokenMultipleDocumentsSignatureService. getContentTimestamp(List<DSSDocument> toSignDocuments, SP parameters)Creates a content-timestamp attribute (to be include in the signed-data) -
Uses of TimestampToken in eu.europa.esig.dss.validation
Fields in eu.europa.esig.dss.validation with type parameters of type TimestampToken Modifier and Type Field Description protected Set<TimestampToken>SignedDocumentDiagnosticDataBuilder. usedTimestampsThe list of timestamp tokensMethods in eu.europa.esig.dss.validation that return types with arguments of type TimestampToken Modifier and Type Method Description List<TimestampToken>AdvancedSignature. getAllTimestamps()Returns a list of all timestamps found in the signatureList<TimestampToken>DefaultAdvancedSignature. getAllTimestamps()List<TimestampToken>AdvancedSignature. getArchiveTimestamps()Returns the archive TimestampsList<TimestampToken>DefaultAdvancedSignature. getArchiveTimestamps()List<TimestampToken>AdvancedSignature. getContentTimestamps()Returns the content timestampsList<TimestampToken>DefaultAdvancedSignature. getContentTimestamps()List<TimestampToken>DocumentValidator. getDetachedTimestamps()Retrieves the detached timestamps found in the documentList<TimestampToken>SignedDocumentValidator. getDetachedTimestamps()List<TimestampToken>AdvancedSignature. getDocumentTimestamps()Returns a list of timestamps defined with the 'DocTimeStamp' type NOTE: applicable only for PAdESList<TimestampToken>DefaultAdvancedSignature. getDocumentTimestamps()Set<TimestampToken>SignatureValidationContext. getProcessedTimestamps()Set<TimestampToken>ValidationContext. getProcessedTimestamps()Returns a read only list of all timestamps processed during the validation of all signatures from the given document.List<TimestampToken>AdvancedSignature. getSignatureTimestamps()Returns the signature timestampsList<TimestampToken>DefaultAdvancedSignature. getSignatureTimestamps()List<TimestampToken>AdvancedSignature. getTimestampsX1()Returns the time-stamp which is placed on the digital signature (XAdES example: ds:SignatureValue element), the signature time-stamp(s) present in the AdES-T form, the certification path references and the revocation status references.List<TimestampToken>DefaultAdvancedSignature. getTimestampsX1()List<TimestampToken>AdvancedSignature. getTimestampsX2()Returns the time-stamp which is computed over the concatenation of CompleteCertificateRefs and CompleteRevocationRefs elements (XAdES example).List<TimestampToken>DefaultAdvancedSignature. getTimestampsX2()Methods in eu.europa.esig.dss.validation with parameters of type TimestampToken Modifier and Type Method Description voidAdvancedSignature. addExternalTimestamp(TimestampToken timestamp)This method allows to add an external timestamp.voidDefaultAdvancedSignature. addExternalTimestamp(TimestampToken timestamp)voidSignatureValidationContext. addTimestampTokenForVerification(TimestampToken timestampToken)voidValidationContext. addTimestampTokenForVerification(TimestampToken timestampToken)Adds a new timestamp token to the list of tokens to verify.protected XmlTimestampSignedDocumentDiagnosticDataBuilder. buildDetachedXmlTimestamp(TimestampToken timestampToken)Method parameters in eu.europa.esig.dss.validation with type arguments of type TimestampToken Modifier and Type Method Description voidDocumentValidator. prepareDetachedTimestampValidationContext(ValidationContext validationContext, List<TimestampToken> timestamps)Prepares thevalidationContextfor a timestamp validation processvoidSignedDocumentValidator. prepareDetachedTimestampValidationContext(ValidationContext validationContext, List<TimestampToken> timestamps)Prepares thevalidationContextfor a timestamp validation processSignedDocumentDiagnosticDataBuilderSignedDocumentDiagnosticDataBuilder. usedTimestamps(Set<TimestampToken> usedTimestamps)This method allows to set the timestamps -
Uses of TimestampToken in eu.europa.esig.dss.validation.timestamp
Fields in eu.europa.esig.dss.validation.timestamp declared as TimestampToken Modifier and Type Field Description protected TimestampTokenDetachedTimestampValidator. timestampTokenThe TimestampToken to be validatedFields in eu.europa.esig.dss.validation.timestamp with type parameters of type TimestampToken Modifier and Type Field Description protected List<TimestampToken>SignatureTimestampSource. archiveTimestampsThis variable contains the list of enclosed archive signature timestamps.protected List<TimestampToken>SignatureTimestampSource. contentTimestampsEnclosed content timestamps.protected List<TimestampToken>SignatureTimestampSource. refsOnlyTimestampsEnclosed RefsOnly timestamps.protected List<TimestampToken>SignatureTimestampSource. sigAndRefsTimestampsEnclosed SignAndRefs timestamps.protected List<TimestampToken>SignatureTimestampSource. signatureTimestampsEnclosed signature timestamps.Methods in eu.europa.esig.dss.validation.timestamp that return TimestampToken Modifier and Type Method Description TimestampTokenDetachedTimestampValidator. getTimestamp()Returns a single TimestampToken to be validatedprotected abstract TimestampTokenSignatureTimestampSource. makeTimestampToken(SA signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)Creates a timestamp token from the providedsignatureAttributeMethods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type TimestampToken Modifier and Type Method Description List<TimestampToken>SignatureTimestampSource. getAllTimestamps()List<TimestampToken>TimestampSource. getAllTimestamps()Returns a list of all incorporated timestampsList<TimestampToken>SignatureTimestampSource. getArchiveTimestamps()List<TimestampToken>TimestampSource. getArchiveTimestamps()Returns a list of incorporated archive timestampsList<TimestampToken>SignatureTimestampSource. getContentTimestamps()List<TimestampToken>TimestampSource. getContentTimestamps()Returns a list of incorporated content timestampsList<TimestampToken>DetachedTimestampValidator. getDetachedTimestamps()List<TimestampToken>SignatureTimestampSource. getDocumentTimestamps()List<TimestampToken>TimestampSource. getDocumentTimestamps()Returns a list of incorporated document timestamps (PAdES only)List<TimestampToken>SignatureTimestampSource. getSignatureTimestamps()List<TimestampToken>TimestampSource. getSignatureTimestamps()Returns a list of incorporated signature timestampsList<TimestampToken>SignatureTimestampSource. getTimestampsX1()List<TimestampToken>TimestampSource. getTimestampsX1()Returns a list of incorporated SigAndRefs timestampsList<TimestampToken>SignatureTimestampSource. getTimestampsX2()List<TimestampToken>TimestampSource. getTimestampsX2()Returns a list of incorporated RefsOnly timestampsprotected List<TimestampToken>SignatureTimestampSource. makeTimestampTokens(SA signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)Creates timestamp tokens from the providedsignatureAttributeMethods in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampToken Modifier and Type Method Description voidSignatureTimestampSource. addExternalTimestamp(TimestampToken timestamp)voidTimestampSource. addExternalTimestamp(TimestampToken timestamp)This method allows to add an external timestamp.intTimestampTokenComparator. compare(TimestampToken tst1, TimestampToken tst2)DSSDocumentTimestampDataBuilder. getArchiveTimestampData(TimestampToken timestampToken)Archive timestamp seals the data of the signature in a specific order.protected abstract List<TimestampedReference>SignatureTimestampSource. 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)DSSDocumentTimestampDataBuilder. getContentTimestampData(TimestampToken timestampToken)Returns the content timestamp data (timestamped or to be).protected List<TimestampedReference>AbstractTimestampSource. getEncapsulatedValuesFromTimestamp(TimestampToken timestampedTimestamp)Gets a list of all validation data embedded to thetimestampedTimestampprotected List<TimestampedReference>AbstractTimestampSource. getReferencesFromTimestamp(TimestampToken timestampToken)Incorporates all references from the giventimestampTokenDSSDocumentTimestampDataBuilder. getSignatureTimestampData(TimestampToken timestampToken)Returns the data (signature value) that was timestamped by the SignatureTimeStamp for the given timestamp.DSSDocumentTimestampDataBuilder. getTimestampX1Data(TimestampToken timestampToken)Returns the data to be time-stamped.DSSDocumentTimestampDataBuilder. getTimestampX2Data(TimestampToken timestampToken)Returns the data to be time-stamped which contains the concatenation of CompleteCertificateRefs and CompleteRevocationRefs elements (XAdES example).protected voidSignatureTimestampSource. incorporateArchiveTimestampReferences(TimestampToken timestampToken, List<TimestampToken> previousTimestamps)The method incorporates all the timestamped references for the given archivetimestampTokenprotected voidSignatureTimestampSource. populateSources(TimestampToken timestampToken)Allows to populate all merged sources with extracted from a timestamp dataMethod parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type TimestampToken Modifier and Type Method Description protected List<TimestampedReference>SignatureTimestampSource. getArchiveTimestampInitialReferences(SA unsignedAttribute, List<TimestampToken> previousTimestamps)Returns a list ofTimestampedReferences that has been extracted from previously incorporated signed and unsigned elementsprotected List<TimestampedReference>AbstractTimestampSource. getEncapsulatedReferencesFromTimestamps(List<TimestampToken> timestampTokens)Returns a list of TimestampedReferences for tokens encapsulated within the list of timestampTokensprotected voidSignatureTimestampSource. incorporateArchiveTimestampReferences(TimestampToken timestampToken, List<TimestampToken> previousTimestamps)The method incorporates all the timestamped references for the given archivetimestampTokenprotected voidSignatureTimestampSource. populateSources(List<TimestampToken> timestampTokens)Allows to populate all merged sources with extracted from a timestamp dataConstructors in eu.europa.esig.dss.validation.timestamp with parameters of type TimestampToken Constructor Description TimestampTokenIdentifier(TimestampToken timestampToken) -
Uses of TimestampToken in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common that return TimestampToken Modifier and Type Method Description static TimestampTokenTimestampTokenConverter. toTimestampToken(TimestampDTO timestampDTO)ConvertsTimestampDTOs toTimestampTokensMethods in eu.europa.esig.dss.ws.signature.common that return types with arguments of type TimestampToken Modifier and Type Method Description static List<TimestampToken>TimestampTokenConverter. toTimestampTokens(List<TimestampDTO> timestampDTOs)Converts a list ofTimestampDTOs to a list ofTimestampTokensMethods in eu.europa.esig.dss.ws.signature.common with parameters of type TimestampToken Modifier and Type Method Description static TimestampDTOTimestampTokenConverter. toTimestampDTO(TimestampToken timestampToken)ConvertsTimestampTokens toTimestampDTOs -
Uses of TimestampToken in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature that return TimestampToken Modifier and Type Method Description TimestampTokenAllDataObjectsTimeStampBuilder. build(DSSDocument document)Builds a message-imprint from the given document and generates a timestampTimestampTokenAllDataObjectsTimeStampBuilder. build(List<DSSDocument> documents)Timestamps the list of documentsTimestampTokenXAdESService. getContentTimestamp(DSSDocument toSignDocument, XAdESSignatureParameters parameters)TimestampTokenXAdESService. getContentTimestamp(List<DSSDocument> toSignDocuments, XAdESSignatureParameters parameters)Methods in eu.europa.esig.dss.xades.signature with parameters of type TimestampToken Modifier and Type Method Description protected voidXAdESSignatureBuilder. addTimestamp(Element timestampElement, TimestampToken token)Adds the content of a timestamp into a given timestamp element -
Uses of TimestampToken in eu.europa.esig.dss.xades.validation.timestamp
Methods in eu.europa.esig.dss.xades.validation.timestamp that return TimestampToken Modifier and Type Method Description protected TimestampTokenXAdESTimestampSource. makeTimestampToken(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)Methods in eu.europa.esig.dss.xades.validation.timestamp that return types with arguments of type TimestampToken Modifier and Type Method Description protected List<TimestampToken>XAdESTimestampSource. makeTimestampTokens(XAdESAttribute signatureAttribute, TimestampType timestampType, List<TimestampedReference> references)Methods in eu.europa.esig.dss.xades.validation.timestamp with parameters of type TimestampToken Modifier and Type Method Description DSSDocumentXAdESTimestampDataBuilder. getArchiveTimestampData(TimestampToken timestampToken)protected byte[]XAdESTimestampDataBuilder. getArchiveTimestampData(TimestampToken timestampToken, String canonicalizationMethod)Gathers the data to be used to calculate the hash value sent to the TSA (messageImprint).protected List<TimestampedReference>XAdESTimestampSource. getArchiveTimestampOtherReferences(TimestampToken timestampToken)DSSDocumentXAdESTimestampDataBuilder. getContentTimestampData(TimestampToken timestampToken)DSSDocumentXAdESTimestampDataBuilder. getSignatureTimestampData(TimestampToken timestampToken)protected byte[]XAdESTimestampDataBuilder. getSignatureTimestampData(TimestampToken timestampToken, String canonicalizationMethod)DSSDocumentXAdESTimestampDataBuilder. getTimestampX1Data(TimestampToken timestampToken)protected byte[]XAdESTimestampDataBuilder. getTimestampX1Data(TimestampToken timestampToken, String canonicalizationMethod)Computes the message-imprint for SigAndRefsTimestamp/SigAndRefsTimestampV2DSSDocumentXAdESTimestampDataBuilder. getTimestampX2Data(TimestampToken timestampToken)protected byte[]XAdESTimestampDataBuilder. getTimestampX2Data(TimestampToken timestampToken, String canonicalizationMethod)Computes the message-imprint for RefsOnlyTimestamp/RefsOnlyTimestampV2